AmlFilesystemIdentity interface
托管标识属性。
属性
| principal |
资源的用户分配标识的主体 ID。 注意:此属性不会序列化。 它只能由服务器填充。 |
| tenant |
与资源关联的租户 ID。 注意:此属性不会序列化。 它只能由服务器填充。 |
| type | 用于资源的标识类型。 |
| user |
一个字典,其中每个密钥是用户分配的标识资源 ID,并且每个密钥的值都是空字典。 |
属性详细信息
principalId
资源的用户分配标识的主体 ID。 注意:此属性不会序列化。 它只能由服务器填充。
principalId?: string
属性值
string
tenantId
与资源关联的租户 ID。 注意:此属性不会序列化。 它只能由服务器填充。
tenantId?: string
属性值
string
type
userAssignedIdentities
一个字典,其中每个密钥是用户分配的标识资源 ID,并且每个密钥的值都是空字典。
userAssignedIdentities?: {[propertyName: string]: UserAssignedIdentitiesValue}
属性值
{[propertyName: string]: UserAssignedIdentitiesValue}