你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SecretAttributes Class
The secret management attributes.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.keyvault.v2023_07_01.models._models_py3.AttributesSecretAttributes
Constructor
SecretAttributes(*, enabled: bool | None = None, not_before: datetime | None = None, expires: datetime | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
enabled
|
Determines whether the object is enabled. |
not_before
|
Not before date in seconds since 1970-01-01T00:00:00Z. |
expires
|
Expiry date in seconds since 1970-01-01T00:00:00Z. |
Variables
Name | Description |
---|---|
enabled
|
Determines whether the object is enabled. |
not_before
|
Not before date in seconds since 1970-01-01T00:00:00Z. |
expires
|
Expiry date in seconds since 1970-01-01T00:00:00Z. |
created
|
Creation time in seconds since 1970-01-01T00:00:00Z. |
updated
|
Last updated time in seconds since 1970-01-01T00:00:00Z. |