type property
The type of the consumer which should have been defined in Google Resource Manager. Possible string values are:
- "CONSUMER_TYPE_UNSPECIFIED" : This is never used.
- "PROJECT" : The consumer is a Google Cloud Project.
- "FOLDER" : The consumer is a Google Cloud Folder.
- "ORGANIZATION" : The consumer is a Google Cloud Organization.
- "SERVICE_SPECIFIC" : Service-specific resource container which is defined by the service producer to offer their users the ability to manage service control functionalities at a finer level of granularity than the PROJECT.
Implementation
core.String? type;