Enterprise Policy Identity Response
    data class EnterprisePolicyIdentityResponse(val systemAssignedIdentityPrincipalId: String, val tenantId: String, val type: String? = null)
The identity of the EnterprisePolicy.
Constructors
Link copied to clipboard
                fun EnterprisePolicyIdentityResponse(systemAssignedIdentityPrincipalId: String, tenantId: String, type: String? = null)