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

Interfaces

IBlank<ParentT>

The first stage of an access policy definition.

IUpdateDefinition<ParentT>

The entirety of an access policy definition as part of a key vault update.

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 update 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.