secretType property

String? secretType
getter/setter pair

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;