EnterprisePolicyIdentity interface

The identity of the EnterprisePolicy.

Properties

systemAssignedIdentityPrincipalId

The principal id of EnterprisePolicy identity.

tenantId

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

Property Value