KeyAttributes クラス

定義

キー コンテナー サービスによって管理されるキーの属性。

public class KeyAttributes : Microsoft.Azure.KeyVault.Models.Attributes
type KeyAttributes = class
    inherit Attributes
Public Class KeyAttributes
Inherits Attributes
継承
KeyAttributes

コンストラクター

KeyAttributes()

KeyAttributes クラスの新しいインスタンスを初期化します。

KeyAttributes(Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String)

KeyAttributes クラスの新しいインスタンスを初期化します。

プロパティ

Created

UTC で作成時刻を取得します。

(継承元 Attributes)
Enabled

オブジェクトが有効かどうかを取得または設定します。

(継承元 Attributes)
Expires

UTC の有効期限を取得または設定します。

(継承元 Attributes)
NotBefore

UTC の日付より前ではない値を取得または設定します。

(継承元 Attributes)
RecoveryLevel

Gets には、現在のコンテナー内のキーに対して現在有効な削除回復レベルが反映されます。 "Purgeable" が含まれている場合、キーは特権ユーザーによって完全に削除できます。それ以外の場合は、保持間隔の最後にキーを消去できるのはシステムだけです。 使用可能な値は、'Purgeable'、'Recoverable+Purgeable'、'Recoverable'、'Recoverable+ProtectedSubscription' です。

Updated

UTC で最後に更新された時刻を取得します。

(継承元 Attributes)

適用対象