AgreementRecordSummary¶
-
class
oci.wlms.models.
AgreementRecordSummary
(**kwargs)¶ Bases:
object
A record showing that the terms of use agreement for the WebLogic management service was accepted for a domain.
Methods
__init__
(**kwargs)Initializes a new AgreementRecordSummary object with values from keyword arguments. Attributes
agreement_signature
[Required] Gets the agreement_signature of this AgreementRecordSummary. agreement_uuid
[Required] Gets the agreement_uuid of this AgreementRecordSummary. time_accepted
[Required] Gets the time_accepted of this AgreementRecordSummary. -
__init__
(**kwargs)¶ Initializes a new AgreementRecordSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - time_accepted (datetime) – The value to assign to the time_accepted property of this AgreementRecordSummary.
- agreement_uuid (str) – The value to assign to the agreement_uuid property of this AgreementRecordSummary.
- agreement_signature (str) – The value to assign to the agreement_signature property of this AgreementRecordSummary.
-
agreement_signature
¶ [Required] Gets the agreement_signature of this AgreementRecordSummary. The agreement signature.
Returns: The agreement_signature of this AgreementRecordSummary. Return type: str
-
agreement_uuid
¶ [Required] Gets the agreement_uuid of this AgreementRecordSummary. The ID of the accepted agreement.
Returns: The agreement_uuid of this AgreementRecordSummary. Return type: str
-
time_accepted
¶ [Required] Gets the time_accepted of this AgreementRecordSummary. The accepted time for the agreement record.
Returns: The time_accepted of this AgreementRecordSummary. Return type: datetime
-