SecretMetadata Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Item in The secrets
public class SecretMetadata
type SecretMetadata = class
Public Class SecretMetadata
- Inheritance
-
SecretMetadata
Constructors
| Name | Description |
|---|---|
| SecretMetadata() | |
Properties
| Name | Description |
|---|---|
| ContentType |
Content type of the secret |
| CreatedTime |
Time when the secret was created |
| IsEnabled |
A flag indicating whether the secret is enabled |
| LastUpdatedTime |
Time when the secret was last updated |
| Name |
Name of the secret |
| ValidityEndTime |
Time when the secret validity ends. |
| ValidityStartTime |
Time when the secret validity starts. |
| Version |
Version of the secret |