PreparedImageSpecificationManagedIdentityProfile interface
The managed identity profile used by the prepared image specification.
Properties
| client |
The client ID of the managed identity. |
| object |
The object ID of the managed identity. |
| resource |
The resource ID of the user-assigned managed identity. |
Property Details
clientId
The client ID of the managed identity.
clientId?: string
Property Value
string
objectId
The object ID of the managed identity.
objectId?: string
Property Value
string
resourceId
The resource ID of the user-assigned managed identity.
resourceId: string
Property Value
string