DownloadMaskingPolicyDetails¶
-
class
oci.data_safe.models.
DownloadMaskingPolicyDetails
(**kwargs)¶ Bases:
object
Details to download a masking policy.
Attributes
POLICY_FORMAT_XML
A constant which can be used with the policy_format property of a DownloadMaskingPolicyDetails. policy_format
Gets the policy_format of this DownloadMaskingPolicyDetails. Methods
__init__
(**kwargs)Initializes a new DownloadMaskingPolicyDetails object with values from keyword arguments. -
POLICY_FORMAT_XML
= 'XML'¶ A constant which can be used with the policy_format property of a DownloadMaskingPolicyDetails. This constant has a value of “XML”
-
__init__
(**kwargs)¶ Initializes a new DownloadMaskingPolicyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: policy_format (str) – The value to assign to the policy_format property of this DownloadMaskingPolicyDetails. Allowed values for this property are: “XML”
-
policy_format
¶ Gets the policy_format of this DownloadMaskingPolicyDetails. The format of the masking policy file.
Allowed values for this property are: “XML”
Returns: The policy_format of this DownloadMaskingPolicyDetails. Return type: str
-