Interface SecurityCenterService.ModuleSettingsOrBuilder (0.36.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicstaticinterface SecurityCenterService.ModuleSettingsOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getEffectiveEnablementState()
publicabstractSecurityCenterService.EnablementStategetEffectiveEnablementState() Output only. The effective enablement state for the module at its level
of the resource hierarchy. If the intended state is set to INHERITED,
the effective state will be inherited from the enablement state of an
ancestor. This state may differ from the intended enablement state due to
billing eligibility or onboarding status.
.google.cloud.securitycentermanagement.v1.SecurityCenterService.EnablementState effective_enablement_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
SecurityCenterService.EnablementState |
The effectiveEnablementState. |
getEffectiveEnablementStateValue()
publicabstractintgetEffectiveEnablementStateValue() Output only. The effective enablement state for the module at its level
of the resource hierarchy. If the intended state is set to INHERITED,
the effective state will be inherited from the enablement state of an
ancestor. This state may differ from the intended enablement state due to
billing eligibility or onboarding status.
.google.cloud.securitycentermanagement.v1.SecurityCenterService.EnablementState effective_enablement_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for effectiveEnablementState. |
getIntendedEnablementState()
publicabstractSecurityCenterService.EnablementStategetIntendedEnablementState()Optional. The intended enablement state for the module at its level of the resource hierarchy.
.google.cloud.securitycentermanagement.v1.SecurityCenterService.EnablementState intended_enablement_state = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SecurityCenterService.EnablementState |
The intendedEnablementState. |
getIntendedEnablementStateValue()
publicabstractintgetIntendedEnablementStateValue()Optional. The intended enablement state for the module at its level of the resource hierarchy.
.google.cloud.securitycentermanagement.v1.SecurityCenterService.EnablementState intended_enablement_state = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for intendedEnablementState. |