ownershipType property
The type of the plugin, indicating whether it is 'SYSTEM_OWNED' or 'USER_OWNED'.
Output only. Possible string values are:
- "OWNERSHIP_TYPE_UNSPECIFIED" : Default unspecified type.
- "SYSTEM_OWNED" : System owned plugins are defined by API hub and are available out of the box in API hub.
- "USER_OWNED" : User owned plugins are defined by the user and need to be explicitly added to API hub via CreatePlugin method.
Implementation
core.String? ownershipType;