Secret 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.
Response for Get secret
public class Secret
type Secret = class
Public Class Secret
- Inheritance
-
Secret
Constructors
| Name | Description |
|---|---|
| Secret() | |
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. |
| Value |
Value of the secret |
| Version |
Version of the secret |