UserExtTermsOfUseConsents¶
-
class
oci.identity_domains.models.
UserExtTermsOfUseConsents
(**kwargs)¶ Bases:
object
Description:
Added In: 18.2.6
SCIM++ Properties: - idcsCompositeKey: [value] - idcsSearchable: true - multiValued: true - mutability: readWrite - required: false - returned: request - type: complex - uniqueness: none
Methods
__init__
(**kwargs)Initializes a new UserExtTermsOfUseConsents object with values from keyword arguments. Attributes
ref
Gets the ref of this UserExtTermsOfUseConsents. value
[Required] Gets the value of this UserExtTermsOfUseConsents. -
__init__
(**kwargs)¶ Initializes a new UserExtTermsOfUseConsents object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - value (str) – The value to assign to the value property of this UserExtTermsOfUseConsents.
- ref (str) – The value to assign to the ref property of this UserExtTermsOfUseConsents.
-
ref
¶ Gets the ref of this UserExtTermsOfUseConsents. The URI of the corresponding TermsOfUseConsent resource linked with the user
Added In: 18.2.6
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this UserExtTermsOfUseConsents. Return type: str
-
value
¶ [Required] Gets the value of this UserExtTermsOfUseConsents.
Returns: The value of this UserExtTermsOfUseConsents. Return type: str
-