secretType property
Indicates type of secret.
Can be used to check type of stored secret value even if it's
INPUT_ONLY
.
Output only. Possible string values are:
- "SECRET_TYPE_UNSPECIFIED"
- "PLAINTEXT"
Implementation
core.String? secretType;
Indicates type of secret.
Can be used to check type of stored secret value even if it's
INPUT_ONLY
.
Output only. Possible string values are:
core.String? secretType;