VaultIdentityModel interface
Vault model.
Properties
| principal |
Gets or sets the object ID of the service principal object for the managed identity that is used to grant role-based access to an Azure resource. |
| tenant |
Gets or sets a Globally Unique Identifier (GUID) that represents the Azure AD tenant where the resource is now a member. |
| type | Gets or sets the identityType which can be either SystemAssigned or None. |
Property Details
principalId
Gets or sets the object ID of the service principal object for the managed identity that is used to grant role-based access to an Azure resource.
principalId?: string
Property Value
string
tenantId
Gets or sets a Globally Unique Identifier (GUID) that represents the Azure AD tenant where the resource is now a member.
tenantId?: string
Property Value
string
type
Gets or sets the identityType which can be either SystemAssigned or None.
type: string
Property Value
string