DefaultAuthorizationPolicyResponse

data class DefaultAuthorizationPolicyResponse(val allowedApplications: List<String>? = null, val allowedPrincipals: AllowedPrincipalsResponse? = null)

The configuration settings of the Azure Active Directory default authorization policy.

Constructors

Link copied to clipboard
constructor(allowedApplications: List<String>? = null, allowedPrincipals: AllowedPrincipalsResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration settings of the Azure Active Directory allowed applications.

Link copied to clipboard

The configuration settings of the Azure Active Directory allowed principals.