ExtensionTermsOfUseUser

class oci.identity_domains.models.ExtensionTermsOfUseUser(**kwargs)

Bases: object

Terms Of Use extension

Methods

__init__(**kwargs) Initializes a new ExtensionTermsOfUseUser object with values from keyword arguments.

Attributes

terms_of_use_consents Gets the terms_of_use_consents of this ExtensionTermsOfUseUser.
__init__(**kwargs)

Initializes a new ExtensionTermsOfUseUser object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:terms_of_use_consents (list[oci.identity_domains.models.UserExtTermsOfUseConsents]) – The value to assign to the terms_of_use_consents property of this ExtensionTermsOfUseUser.
terms_of_use_consents

Gets the terms_of_use_consents of this ExtensionTermsOfUseUser. Description:

Added In: 18.2.6

SCIM++ Properties:
  • idcsCompositeKey: [value]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: request
  • type: complex
  • uniqueness: none
Returns:The terms_of_use_consents of this ExtensionTermsOfUseUser.
Return type:list[oci.identity_domains.models.UserExtTermsOfUseConsents]