resourceType property

String? resourceType
getter/setter pair

Indicates the type of resource. Possible string values are:

  • "RESOURCE_TYPE_UNSPECIFIED" : Unknown resource type.
  • "CONSUMER_PROJECT" : Deprecated. Existing workloads will continue to support this, but new CreateWorkloadRequests should not specify this as an input value.
  • "CONSUMER_FOLDER" : Consumer Folder.
  • "ENCRYPTION_KEYS_PROJECT" : Consumer project containing encryption keys.
  • "KEYRING" : Keyring resource that hosts encryption keys.

Implementation

core.String? resourceType;