Share via


DeletedKey interface

削除されたKey Vaultキーを表すインターフェイス。

プロパティ

id

キー識別子。

key

キーの値。

keyOperations

このキーに対して許可される操作

keyType

で定義 https://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-40されている JsonWebKey キー型 (kty)。 使用できる値は、'EC'、'EC-HSM'、'RSA'、'RSA-HSM'、'oct'、"oct-HSM" です。

name

キーの名前です。

properties

キーのプロパティ。

プロパティの詳細

id

キー識別子。

id?: string

プロパティ値

string

key

キーの値。

key?: JsonWebKey_2

プロパティ値

keyOperations

このキーに対して許可される操作

keyOperations?: string[]

プロパティ値

string[]

keyType

で定義 https://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-40されている JsonWebKey キー型 (kty)。 使用できる値は、'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 }