Agreement¶
-
class
oci.wlms.models.
Agreement
(**kwargs)¶ Bases:
object
The terms of use agreement which must be accepted prior to accessing certain product features.
Methods
__init__
(**kwargs)Initializes a new Agreement object with values from keyword arguments. Attributes
signature
[Required] Gets the signature of this Agreement. terms_and_conditions_text
[Required] Gets the terms_and_conditions_text of this Agreement. uuid
[Required] Gets the uuid of this Agreement. -
__init__
(**kwargs)¶ Initializes a new Agreement object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - uuid (str) – The value to assign to the uuid property of this Agreement.
- terms_and_conditions_text (str) – The value to assign to the terms_and_conditions_text property of this Agreement.
- signature (str) – The value to assign to the signature property of this Agreement.
-
signature
¶ [Required] Gets the signature of this Agreement. The signature for the terms of use agreement. The signature attribute is a Base64-encoded string associated with the agreement.
Returns: The signature of this Agreement. Return type: str
-
terms_and_conditions_text
¶ [Required] Gets the terms_and_conditions_text of this Agreement. The content of the terms and conditions.
Returns: The terms_and_conditions_text of this Agreement. Return type: str
-
uuid
¶ [Required] Gets the uuid of this Agreement. The ID of the terms of use agreement.
Returns: The uuid of this Agreement. Return type: str
-