Share via


IWithIdentity<ParentT> Interface

Definition

The access policy definition stage allowing the Active Directory identity to be specified.

public interface IWithIdentity<ParentT>
type IWithIdentity<'ParentT> = interface
Public Interface IWithIdentity(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived

Methods

ForGroup(IActiveDirectoryGroup)

Specifies the Active Directory group this access policy is for.

ForObjectId(String)

Specifies the object ID of the Active Directory identity this access policy is for.

ForServicePrincipal(IServicePrincipal)

Specifies the Active Directory service principal this access policy is for.

ForServicePrincipal(String)

Specifies the Active Directory service principal this access policy is for.

ForUser(IActiveDirectoryUser)

Specifies the Active Directory user this access policy is for.

ForUser(String)

Specifies the Active Directory user this access policy is for.

Applies to