GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule class
An EffectiveSecurityHealthAnalyticsCustomModule is the representation of a Security Health Analytics custom module at a specified level of the resource hierarchy: organization, folder, or project.
If a custom module is inherited from a parent organization or folder, the
value of the enablementState
property in
EffectiveSecurityHealthAnalyticsCustomModule is set to the value that is
effective in the parent, instead of INHERITED
. For example, if the module
is enabled in a parent organization or folder, the effective
enablement_state for the module in all child folders or projects is also
enabled
. EffectiveSecurityHealthAnalyticsCustomModule is read-only.
Constructors
- GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule({GoogleCloudSecuritycenterV1CustomConfig? customConfig, String? displayName, String? enablementState, String? name})
- GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule.fromJson(Map json_)
Properties
- customConfig ↔ GoogleCloudSecuritycenterV1CustomConfig?
-
The user-specified configuration for the module.
getter/setter pair
- displayName ↔ String?
-
The display name for the custom module.
getter/setter pair
- enablementState ↔ String?
-
The effective state of enablement for the module at the given level of the
hierarchy.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The resource name of the custom module.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited