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.v2020_04_01_preview.models._models_py3.AttributesSecretAttributes
Constructor
SecretAttributes(*, enabled: Optional[bool] = None, not_before: Optional[datetime.datetime] = None, expires: Optional[datetime.datetime] = None, **kwargs)
Variables
- enabled
- bool
Determines whether the object is enabled.
- not_before
- datetime
Not before date in seconds since 1970-01-01T00:00:00Z.
- expires
- datetime
Expiry date in seconds since 1970-01-01T00:00:00Z.
- created
- datetime
Creation time in seconds since 1970-01-01T00:00:00Z.
- updated
- datetime
Last updated time in seconds since 1970-01-01T00:00:00Z.
Feedback
Submit and view feedback for