models_v2.security_config_data_classification module

class models_v2.security_config_data_classification.SecurityConfigDataClassification(is_data_classified=None, classified_data_message=None, unclassified_data_message=None)[source]

Bases: object

Implementation of the ‘SecurityConfigDataClassification’ model.

Specifies security config for data classification.

Attributes:
is_data_classified (bool): Specifies whether to mark the web page data

classified/unclassified.

classified_data_message (string): Specifies the classified data

message.

unclassified_data_message (string): Specifies the unclassified data

message.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.