你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DeletedKey interface
表示已删除密钥保管库密钥的接口。
属性
id | 密钥标识符。 |
key | 键值。 |
key |
允许对此密钥执行的操作 |
key |
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
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 }