public interface AccessPolicy extends ChildResource<Vault>, HasInner<AccessPolicyEntry>
Modifier and Type | Interface and Description |
---|---|
static interface |
AccessPolicy.Definition<ParentT>
The entirety of an access policy definition.
|
static interface |
AccessPolicy.DefinitionStages
Grouping of access policy definition stages applicable as part of a key vault creation.
|
static interface |
AccessPolicy.Update
The entirety of an access policy update as part of a key vault update.
|
static interface |
AccessPolicy.UpdateDefinition<ParentT>
The entirety of an access policy definition as part of a key vault update.
|
static interface |
AccessPolicy.UpdateDefinitionStages
Grouping of access policy definition stages applicable as part of a key vault update.
|
static interface |
AccessPolicy.UpdateStages
Grouping of all the key vault update stages.
|
Modifier and Type | Method and Description |
---|---|
String |
applicationId() |
String |
objectId() |
Permissions |
permissions() |
String |
tenantId() |
key
name
String tenantId()
String objectId()
String applicationId()
Permissions permissions()
Copyright © 2019. All rights reserved.