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.
Constructors
Link copied to clipboard
                fun AllowedPrincipalsArgs(groups: Output<List<String>>? = null, identities: Output<List<String>>? = null)