Package version:

The configuration settings of the Azure Active Directory allowed principals.

interface AllowedPrincipals {
    groups?: string[];
    identities?: string[];
}

Properties

Properties

groups?: string[]

The list of the allowed groups.

identities?: string[]

The list of the allowed identities.