managed property
The management state of the resource as specified by the API client. Possible string values are:
- "MANAGED_STATE_UNSPECIFIED" : The management state of the resource is unknown or unspecified.
- "MANAGED" : The resource is managed.
- "UNMANAGED" : The resource is not managed.
Implementation
core.String? managed;