Allowed Principals Response
data class AllowedPrincipalsResponse(val groups: List<String>? = null, val identities: List<String>? = null)
The configuration settings of the Azure Active Directory allowed principals.
The configuration settings of the Azure Active Directory allowed principals.