SecretAttributes クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
シークレット管理属性。
public class SecretAttributes : Microsoft.Azure.KeyVault.Models.Attributes
type SecretAttributes = class
inherit Attributes
Public Class SecretAttributes
Inherits Attributes
- 継承
コンストラクター
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) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET