public enum Settings.OnboardingState extends Enum<Settings.OnboardingState> implements ProtocolMessageEnumDefines the onboarding states for SCC Potentially is just an indicator that a user has reviewed some subset of our configuration surface, even if it's still currently set to its API-default state.
Protobuf enum google.cloud.securitycenter.settings.v1beta1.Settings.OnboardingState
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| BILLING_SELECTED | SCC's onboarding tier has been explicitly set |
| BILLING_SELECTED_VALUE | SCC's onboarding tier has been explicitly set |
| DISABLED | SCC has been disabled after being on boarded |
| DISABLED_VALUE | SCC has been disabled after being on boarded |
| ENABLED | SCC is fully on boarded |
| ENABLED_VALUE | SCC is fully on boarded |
| ONBOARDING_STATE_UNSPECIFIED | No onboarding state has been set. Should not be seen in practice, but should be functionally equivalent to DISABLED. |
| ONBOARDING_STATE_UNSPECIFIED_VALUE | No onboarding state has been set. Should not be seen in practice, but should be functionally equivalent to DISABLED. |
| ORG_SERVICE_ACCOUNT_CREATED | SCC's core Service Account was created |
| ORG_SERVICE_ACCOUNT_CREATED_VALUE | SCC's core Service Account was created |
| PROVIDERS_SELECTED | SCC's CTD FindingsProviders have been chosen |
| PROVIDERS_SELECTED_VALUE | SCC's CTD FindingsProviders have been chosen |
| RESOURCES_SELECTED | SCC's Service-Resource mappings have been set |
| RESOURCES_SELECTED_VALUE | SCC's Service-Resource mappings have been set |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |