AllowedPrincipalsArgs

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
constructor(groups: Output<List<String>>? = null, identities: Output<List<String>>? = null)

Properties

Link copied to clipboard
val groups: Output<List<String>>? = null

The list of the allowed groups.

Link copied to clipboard
val identities: Output<List<String>>? = null

The list of the allowed identities.

Functions

Link copied to clipboard
open override fun toJava(): AllowedPrincipalsArgs