Microsoft.Azure.Management.KeyVault.Fluent.AccessPolicy.Definition Namespace

Interfaces

IBlank<ParentT>

The first stage of an access policy definition.

IDefinition<ParentT>

The entirety of an access policy definition.

IWithAttach<ParentT>

The final stage of the access policy definition. At this stage, more permissions can be added or application ID can be specified, or the access policy definition can be attached to the parent key vault definition using WithAttach.attach().

IWithIdentity<ParentT>

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

IWithPermissions<ParentT>

The access policy definition stage allowing permissions to be added.