GroupedSensitiveTypeSummary¶
-
class
oci.data_safe.models.
GroupedSensitiveTypeSummary
(**kwargs)¶ Bases:
object
Id of sensitive types present in a sensitive type group.
Methods
__init__
(**kwargs)Initializes a new GroupedSensitiveTypeSummary object with values from keyword arguments. Attributes
sensitive_type_id
[Required] Gets the sensitive_type_id of this GroupedSensitiveTypeSummary. -
__init__
(**kwargs)¶ Initializes a new GroupedSensitiveTypeSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: sensitive_type_id (str) – The value to assign to the sensitive_type_id property of this GroupedSensitiveTypeSummary.
-
sensitive_type_id
¶ [Required] Gets the sensitive_type_id of this GroupedSensitiveTypeSummary. The OCID of the sensitive type.
Returns: The sensitive_type_id of this GroupedSensitiveTypeSummary. Return type: str
-