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

DeletedKey interface

表示已删除的 Key Vault 密钥的接口。

属性

id

密钥标识符。

key

键值。

keyOperations

此密钥上允许的作

keyType

jsonWebKey 键类型(kty),如 https://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-40中定义。 可能的值包括:“EC”、“EC-HSM”、“RSA”、“RSA-HSM”、“oct”、“oct-HSM”

name

密钥的名称。

properties

键的属性。

属性详细信息

id

密钥标识符。

id?: string

属性值

string

key

键值。

key?: JsonWebKey

属性值

keyOperations

此密钥上允许的作

keyOperations?: string[]

属性值

string[]

keyType

jsonWebKey 键类型(kty),如 https://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-40中定义。 可能的值包括:“EC”、“EC-HSM”、“RSA”、“RSA-HSM”、“oct”、“oct-HSM”

keyType?: string

属性值

string

name

密钥的名称。

name: string

属性值

string

properties

键的属性。

properties: KeyProperties & { deletedOn?: Date, recoveryId?: string, scheduledPurgeDate?: Date }

属性值

KeyProperties & { deletedOn?: Date, recoveryId?: string, scheduledPurgeDate?: Date }