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