Microsoft.Azure.Management.KeyVault.Fluent.AccessPolicy.UpdateDefinition Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |
Azure SDK for .NET