UserAccessPolicy interface
取得數據平面唯讀令牌要求定義。
屬性
access |
相對於處理站取得存取權的資源路徑。 目前僅支持對應至處理站資源的空字串。 |
expire |
令牌的到期時間。 令牌的最大持續時間為八小時,根據預設,令牌將在八小時內到期。 |
permissions | 具有數據平面存取許可權的字串。 目前僅支援 『r』 ,以授與唯讀存取權。 |
profile |
配置檔的名稱。 目前僅支援預設值。 預設值為 DefaultProfile。 |
start |
令牌的開始時間。 如果未指定,則會使用目前的時間。 |
屬性詳細資料
accessResourcePath
相對於處理站取得存取權的資源路徑。 目前僅支持對應至處理站資源的空字串。
accessResourcePath?: string
屬性值
string
expireTime
令牌的到期時間。 令牌的最大持續時間為八小時,根據預設,令牌將在八小時內到期。
expireTime?: string
屬性值
string
permissions
具有數據平面存取許可權的字串。 目前僅支援 『r』 ,以授與唯讀存取權。
permissions?: string
屬性值
string
profileName
配置檔的名稱。 目前僅支援預設值。 預設值為 DefaultProfile。
profileName?: string
屬性值
string
startTime
令牌的開始時間。 如果未指定,則會使用目前的時間。
startTime?: string
屬性值
string