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