public enum OnboardingStateDefines 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.
Namespace
Google.Cloud.SecurityCenter.Settings.V1Beta1Assembly
Google.Cloud.SecurityCenter.Settings.V1Beta1.dll
Fields |
|
|---|---|
| Name | Description |
BillingSelected |
SCC's onboarding tier has been explicitly set |
Disabled |
SCC has been disabled after being on boarded |
Enabled |
SCC is fully on boarded |
OrgServiceAccountCreated |
SCC's core Service Account was created |
ProvidersSelected |
SCC's CTD FindingsProviders have been chosen |
ResourcesSelected |
SCC's Service-Resource mappings have been set |
Unspecified |
No onboarding state has been set. Should not be seen in practice, but should be functionally equivalent to DISABLED. |