PolicyDetails¶
-
class
oci.functions.models.
PolicyDetails
(**kwargs)¶ Bases:
object
A policy required for this PBF execution.
Methods
__init__
(**kwargs)Initializes a new PolicyDetails object with values from keyword arguments. Attributes
description
[Required] Gets the description of this PolicyDetails. policy
[Required] Gets the policy of this PolicyDetails. -
__init__
(**kwargs)¶ Initializes a new PolicyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - policy (str) – The value to assign to the policy property of this PolicyDetails.
- description (str) – The value to assign to the description property of this PolicyDetails.
-
description
¶ [Required] Gets the description of this PolicyDetails. Details about why this policy is required and what it will be used for.
Returns: The description of this PolicyDetails. Return type: str
-
policy
¶ [Required] Gets the policy of this PolicyDetails. Policy required for PBF execution
Returns: The policy of this PolicyDetails. Return type: str
-