public static interface Vault.UpdateStages.WithAccessPolicy
Modifier and Type | Method and Description |
---|---|
AccessPolicy.UpdateDefinitionStages.Blank<Vault.Update> |
defineAccessPolicy()
Begins the definition of a new access policy to be added to this key vault.
|
AccessPolicy.Update |
updateAccessPolicy(String objectId)
Begins the update of an existing access policy attached to this key vault.
|
Vault.Update |
withAccessPolicy(AccessPolicy accessPolicy)
Attach an existing access policy.
|
Vault.Update |
withoutAccessPolicy(String objectId)
Remove an access policy from the access policy list.
|
Vault.Update withoutAccessPolicy(String objectId)
objectId
- the object ID of the Active Directory identity the access policy is forVault.Update withAccessPolicy(AccessPolicy accessPolicy)
accessPolicy
- the existing access policyAccessPolicy.UpdateDefinitionStages.Blank<Vault.Update> defineAccessPolicy()
AccessPolicy.Update updateAccessPolicy(String objectId)
objectId
- the object ID of the Active Directory identity the access policy is forCopyright © 2019. All rights reserved.