type property
The registration type of a service.
Output only. Possible string values are:
- "TYPE_UNSPECIFIED" : Unspecified registration type. Defaults to EXCLUSIVE.
- "EXCLUSIVE" : The service can only be registered to one application.
- "SHARED" : The service can be registered to multiple applications.
Implementation
core.String? type;