次の方法で共有


SecretAttributes クラス

定義

シークレット管理属性。

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

コンストラクター

SecretAttributes()

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

プロパティ

Created

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

(継承元 SecretBaseAttributes)
Enabled

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

(継承元 SecretBaseAttributes)
Expires

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

(継承元 SecretBaseAttributes)
NotBefore

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

(継承元 SecretBaseAttributes)
Updated

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

(継承元 SecretBaseAttributes)

適用対象