ipEnablementState property
An enum value of what the enablement state is for the given project Possible string values are:
- "IP_ENABLEMENT_STATE_UNSPECIFIED" : The client enablement status is unspecified
- "IP_ENABLEMENT_STATE_STANDALONE" : The client is enabled on Standalone IP
- "IP_ENABLEMENT_STATE_APIGEE" : The client is enabled on Apigee
- "IP_ENABLEMENT_STATE_APIGEE_ENTITLED" : The client is entitled for Apigee but not enabled
Implementation
core.String? ipEnablementState;