Secret
Properties
| Property | Type | Attributes | Description |
|---|---|---|---|
key | string | Required | The key name of the secret. |
scope | string | Required | The name of the secret scope. |
bytesValue | string | If specified, value will be stored as bytes. | |
configReference | string | Read-only | The configuration reference for the secret in the format {{secrets/scope/key}}. |
lastUpdatedTimestamp | int | Read-only | The last updated timestamp of the secret. |
stringValue | string | The string value of the secret. |