Share via


SecretAttributes クラス

定義

シークレット管理属性。

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

コンストラクター

SecretAttributes()

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

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

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

プロパティ

Created

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

(継承元 Attributes)
Enabled

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

(継承元 Attributes)
Expires

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

(継承元 Attributes)
NotBefore

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

(継承元 Attributes)
RecoveryLevel

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

Updated

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

(継承元 Attributes)

適用対象