HardeningVisibilitySetting#
- class HardeningVisibilitySetting(is_high_strength_password_visible=None, is_aide_visible=None, is_scma_visible=None, is_secure_boot_visible=None, is_network_segmentation_visible=None, is_cluster_lockdown_visible=None, is_log_forwarding_visible=None, is_defense_consent_banner_visible=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)#
Bases:
ExternalizableAbstractModel
Contains the configuration for PC UI visibility status of all hardening settings.
- Parameters:
is_high_strength_password_visible – (
is_high_strength_password_visible
) Represents the visibility of high strength password state.is_aide_visible – (
is_aide_visible
) Represents the visibility of aide service state.is_scma_visible – (
is_scma_visible
) Represents the visibility of security configuration management automation state.is_secure_boot_visible – (
is_secure_boot_visible
) Represents the visibility of host secure boot state.is_network_segmentation_visible – (
is_network_segmentation_visible
) Represents the visibility of network segmentation state.is_cluster_lockdown_visible – (
is_cluster_lockdown_visible
) Represents the visibility of cluster lockdown state.is_log_forwarding_visible – (
is_log_forwarding_visible
) Represents the visibility of log forwarding state.is_defense_consent_banner_visible – (
is_defense_consent_banner_visible
) Represents the visibility of banner state.
- property is_aide_visible#
Represents the visibility of aide service state.
- Type:
bool
- property is_cluster_lockdown_visible#
Represents the visibility of cluster lockdown state.
- Type:
bool
- property is_defense_consent_banner_visible#
Represents the visibility of banner state.
- Type:
bool
- property is_high_strength_password_visible#
Represents the visibility of high strength password state.
- Type:
bool
- property is_log_forwarding_visible#
Represents the visibility of log forwarding state.
- Type:
bool
- property is_network_segmentation_visible#
Represents the visibility of network segmentation state.
- Type:
bool
- property is_scma_visible#
Represents the visibility of security configuration management automation state.
- Type:
bool
- property is_secure_boot_visible#
Represents the visibility of host secure boot state.
- Type:
bool
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model