SAPVirtualInstanceIdentity interface
托管服务标识(用户分配的标识)
属性
| type | 分配给此资源的托管标识的类型。 |
| user |
用户分配给此资源的标识。 |
属性详细信息
type
分配给此资源的托管标识的类型。
type: string
属性值
string
userAssignedIdentities
用户分配给此资源的标识。
userAssignedIdentities?: Record<string, null | UserAssignedIdentity>
属性值
Record<string, null | UserAssignedIdentity>