Package version:

Interface VaultAccessPolicyParameters

Parameters for updating the access policy in a vault

interface VaultAccessPolicyParameters {
    id?: string;
    location?: string;
    name?: string;
    properties: VaultAccessPolicyProperties;
    type?: string;
}

Properties

id?: string

The resource id of the access policy. NOTE: This property will not be serialized. It can only be populated by the server.

location?: string

The resource type of the access policy. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

The resource name of the access policy. NOTE: This property will not be serialized. It can only be populated by the server.

Properties of the access policy

type?: string

The resource name of the access policy. NOTE: This property will not be serialized. It can only be populated by the server.