Share via


AllowedPrincipals Class

Definition

The configuration settings of the Azure Active Directory allowed principals.

public class AllowedPrincipals
type AllowedPrincipals = class
Public Class AllowedPrincipals
Inheritance
AllowedPrincipals

Constructors

AllowedPrincipals()

Initializes a new instance of the AllowedPrincipals class.

AllowedPrincipals(IList<String>, IList<String>)

Initializes a new instance of the AllowedPrincipals class.

Properties

Groups

Gets or sets the list of the allowed groups.

Identities

Gets or sets the list of the allowed identities.

Applies to