GenerateMaskingPolicyForDownloadDetails¶
-
class
oci.data_safe.models.
GenerateMaskingPolicyForDownloadDetails
(**kwargs)¶ Bases:
object
Details to generate a downloadable masking policy.
Attributes
POLICY_FORMAT_XML
A constant which can be used with the policy_format property of a GenerateMaskingPolicyForDownloadDetails. policy_format
Gets the policy_format of this GenerateMaskingPolicyForDownloadDetails. Methods
__init__
(**kwargs)Initializes a new GenerateMaskingPolicyForDownloadDetails object with values from keyword arguments. -
POLICY_FORMAT_XML
= 'XML'¶ A constant which can be used with the policy_format property of a GenerateMaskingPolicyForDownloadDetails. This constant has a value of “XML”
-
__init__
(**kwargs)¶ Initializes a new GenerateMaskingPolicyForDownloadDetails 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 GenerateMaskingPolicyForDownloadDetails. Allowed values for this property are: “XML”
-
policy_format
¶ Gets the policy_format of this GenerateMaskingPolicyForDownloadDetails. The format of the masking policy file.
Allowed values for this property are: “XML”
Returns: The policy_format of this GenerateMaskingPolicyForDownloadDetails. Return type: str
-