Vault.UpdateStages.WithAccessPolicy 接口
定义
A key vault update allowing access policies to be modified, attached, or removed.
public interface WithAccessPolicy
方法
defineAccessPolicy() |
Begins the definition of a new access policy to be added to this key vault.
|
updateAccessPolicy(String objectId) |
Begins the update of an existing access policy attached to this key vault.
|
withAccessPolicy(AccessPolicy accessPolicy) |
Attach an existing access policy.
|
withoutAccessPolicy(String objectId) |
Remove an access policy from the access policy list.
|