IBlank<ParentT> Interface

Definition

The first stage of an access policy definition.

public interface IBlank<ParentT> : Microsoft.Azure.Management.KeyVault.Fluent.AccessPolicy.Definition.IWithIdentity<ParentT>
type IBlank<'ParentT> = interface
    interface IWithIdentity<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithIdentity(Of ParentT)

Type Parameters

ParentT

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

Derived
Implements

Methods

ForGroup(IActiveDirectoryGroup)

Specifies the Active Directory group this access policy is for.

(Inherited from IWithIdentity<ParentT>)
ForObjectId(String)

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

(Inherited from IWithIdentity<ParentT>)
ForServicePrincipal(IServicePrincipal)

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

(Inherited from IWithIdentity<ParentT>)
ForServicePrincipal(String)

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

(Inherited from IWithIdentity<ParentT>)
ForUser(IActiveDirectoryUser)

Specifies the Active Directory user this access policy is for.

(Inherited from IWithIdentity<ParentT>)
ForUser(String)

Specifies the Active Directory user this access policy is for.

(Inherited from IWithIdentity<ParentT>)

Applies to