你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VaultAccessPolicyParameters Class

Parameters for updating the access policy in a vault.

Constructor

VaultAccessPolicyParameters(*args: Any, **kwargs: Any)

Variables

Name Description
id
str

The resource id of the access policy.

name
str

The resource name of the access policy.

type
str

The resource name of the access policy.

location
str

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