type property

String? type
getter/setter pair

Different types of resource supported. Possible string values are:

  • "TYPE_UNSPECIFIED" : Value type is not specified.
  • "GCP_PROJECT" : Google Cloud Project Resource.
  • "GCP_RESOURCE" : Any Google Cloud Resource which is identified uniquely by IAM.
  • "GCP_SECRETMANAGER_SECRET" : Google Cloud Secret Resource.
  • "GCP_SECRETMANAGER_SECRET_VERSION" : Google Cloud Secret Version Resource.

Implementation

core.String? type;