FormatSummary¶
-
class
oci.data_safe.models.
FormatSummary
(**kwargs)¶ Bases:
object
Summary of a masking format.
Methods
__init__
(**kwargs)Initializes a new FormatSummary object with values from keyword arguments. Attributes
description
Gets the description of this FormatSummary. id
Gets the id of this FormatSummary. name
[Required] Gets the name of this FormatSummary. -
__init__
(**kwargs)¶ Initializes a new FormatSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this FormatSummary.
- name (str) – The value to assign to the name property of this FormatSummary.
- description (str) – The value to assign to the description property of this FormatSummary.
-
description
¶ Gets the description of this FormatSummary. The description of the masking format.
Returns: The description of this FormatSummary. Return type: str
-
id
¶ Gets the id of this FormatSummary. The OCID of the masking format.
Returns: The id of this FormatSummary. Return type: str
-
name
¶ [Required] Gets the name of this FormatSummary. The name of the masking format.
Returns: The name of this FormatSummary. Return type: str
-