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:
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

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