CertificateAttributes クラス

定義

証明書管理属性。

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

コンストラクター

CertificateAttributes()

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

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

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

プロパティ

Created

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

(継承元 Attributes)
Enabled

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

(継承元 Attributes)
Expires

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

(継承元 Attributes)
NotBefore

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

(継承元 Attributes)
RecoveryLevel

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

Updated

UTC で最終更新時刻を取得します。

(継承元 Attributes)

適用対象