AllowedPrincipalsResponse

data class AllowedPrincipalsResponse(val groups: List<String>? = null, val identities: List<String>? = null)

The configuration settings of the Azure Active Directory allowed principals.

Constructors

Link copied to clipboard
constructor(groups: List<String>? = null, identities: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

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

The list of the allowed groups.

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

The list of the allowed identities.