Microsoft.Azure.Management.KeyVault.Fluent.AccessPolicy.Definition 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. |
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. |
Azure SDK for .NET