EnterprisePolicyIdentity interface
The identity of the EnterprisePolicy.
Properties
| system |
The principal id of EnterprisePolicy identity. |
| tenant |
The tenant id associated with the EnterprisePolicy. |
| type | The type of identity used for the EnterprisePolicy. Currently, the only supported type is 'SystemAssigned', which implicitly creates an identity. |
Property Details
systemAssignedIdentityPrincipalId
The principal id of EnterprisePolicy identity.
systemAssignedIdentityPrincipalId?: string
Property Value
string
tenantId
The tenant id associated with the EnterprisePolicy.
tenantId?: string
Property Value
string
type
The type of identity used for the EnterprisePolicy. Currently, the only supported type is 'SystemAssigned', which implicitly creates an identity.
type?: ResourceIdentityType