scope property
The scope of the attribute.
It represents the resource in the API Hub to which the attribute can be linked.
Required. Possible string values are:
- "SCOPE_UNSPECIFIED" : Scope Unspecified.
- "API" : Attribute can be linked to an API.
- "VERSION" : Attribute can be linked to an API version.
- "SPEC" : Attribute can be linked to a Spec.
- "API_OPERATION" : Attribute can be linked to an API Operation.
- "DEPLOYMENT" : Attribute can be linked to a Deployment.
- "DEPENDENCY" : Attribute can be linked to a Dependency.
- "DEFINITION" : Attribute can be linked to a definition.
- "EXTERNAL_API" : Attribute can be linked to a ExternalAPI.
- "PLUGIN" : Attribute can be linked to a Plugin.
Implementation
core.String? scope;