次の方法で共有


KeyAttributes クラス

Azure Key Vault サービスによって管理されるオブジェクト属性。

変数はサーバーによってのみ設定され、要求の送信時には無視されます。

継承
azure.mgmt.keyvault._serialization.Model
KeyAttributes

コンストラクター

KeyAttributes(*, enabled: bool | None = None, not_before: int | None = None, expires: int | None = None, exportable: bool | None = None, **kwargs: Any)

キーワードのみのパラメーター

名前 説明
enabled

オブジェクトが有効かどうかを判断します。

not_before
int

1970-01-01T00:00:00Z 以降の日付 (秒単位)。

expires
int

1970-01-01T00:00:00Z 以降の有効期限 (秒単位)。

exportable

秘密キーをエクスポートできるかどうかを示します。

変数

名前 説明
enabled

オブジェクトが有効かどうかを判断します。

not_before
int

1970-01-01T00:00:00Z 以降の日付 (秒単位)。

expires
int

1970-01-01T00:00:00Z 以降の有効期限 (秒単位)。

created
int

1970-01-01T00:00:00Z 以降の作成時間 (秒)。

updated
int

1970-01-01T00:00:00Z 以降の最終更新時刻 (秒単位)。

recovery_level

オブジェクトに対して現在有効な削除回復レベル。 "Purgeable" が含まれている場合は、特権ユーザーがオブジェクトを完全に削除できます。それ以外の場合は、保持間隔の最後にオブジェクトを消去できるのはシステムだけです。 既知の値は、"Purgeable"、"Recoverable+Purgeable"、"Recoverable"、および "Recoverable+ProtectedSubscription" です。

exportable

秘密キーをエクスポートできるかどうかを示します。