AppTermsOfUse¶
-
class
oci.identity_domains.models.
AppTermsOfUse
(**kwargs)¶ Bases:
object
Terms Of Use.
Added In: 18.2.6
SCIM++ Properties: - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: complex
Methods
__init__
(**kwargs)Initializes a new AppTermsOfUse object with values from keyword arguments. Attributes
name
Gets the name of this AppTermsOfUse. ref
Gets the ref of this AppTermsOfUse. value
[Required] Gets the value of this AppTermsOfUse. -
__init__
(**kwargs)¶ Initializes a new AppTermsOfUse 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 AppTermsOfUse.
- ref (str) – The value to assign to the ref property of this AppTermsOfUse.
- name (str) – The value to assign to the name property of this AppTermsOfUse.
-
name
¶ Gets the name of this AppTermsOfUse. Terms Of Use name
Added In: 18.2.6
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
Returns: The name of this AppTermsOfUse. Return type: str
-
ref
¶ Gets the ref of this AppTermsOfUse. URI of the TermsOfUse.
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 AppTermsOfUse. Return type: str
-
value
¶ [Required] Gets the value of this AppTermsOfUse. Identifier of the TermsOfUse
Added In: 18.2.6
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The value of this AppTermsOfUse. Return type: str
-