VaultAccessPolicyParameters Class
Parameters for updating the access policy in a vault.
Constructor
VaultAccessPolicyParameters(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
id
|
The resource id of the access policy. |
|
name
|
The resource name of the access policy. |
|
type
|
The resource name of the access policy. |
|
location
|
The resource type of the access policy. |
|
properties
|
Properties of the access policy. Required. |
Attributes
id
The resource id of the access policy.
id: str | None
location
The resource type of the access policy.
location: str | None
name
The resource name of the access policy.
name: str | None
properties
Properties of the access policy. Required.
properties: _models.VaultAccessPolicyProperties
type
The resource name of the access policy.
type: str | None