IWithAccessPolicy Interface

Definition

A key vault update allowing access policies to be modified, attached, or removed.

public interface IWithAccessPolicy
type IWithAccessPolicy = interface
Public Interface IWithAccessPolicy
Derived

Methods

DefineAccessPolicy()

Begins the definition of a new access policy to be added to this key vault.

UpdateAccessPolicy(String)

Begins the update of an existing access policy attached to this key vault.

WithAccessPolicy(IAccessPolicy)

Attach an existing access policy.

WithoutAccessPolicy(String)

Remove an access policy from the access policy list.

Applies to