UserExtSupportAccounts¶
-
class
oci.identity_domains.models.
UserExtSupportAccounts
(**kwargs)¶ Bases:
object
A list of Support Accounts corresponding to user.
Added In: 2103141444
SCIM++ Properties: - idcsCompositeKey: [value] - idcsSearchable: true - multiValued: true - mutability: readOnly - required: false - returned: request - type: complex - uniqueness: none
Methods
__init__
(**kwargs)Initializes a new UserExtSupportAccounts object with values from keyword arguments. Attributes
ocid
Gets the ocid of this UserExtSupportAccounts. provider
Gets the provider of this UserExtSupportAccounts. ref
Gets the ref of this UserExtSupportAccounts. user_id
Gets the user_id of this UserExtSupportAccounts. value
Gets the value of this UserExtSupportAccounts. -
__init__
(**kwargs)¶ Initializes a new UserExtSupportAccounts 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 UserExtSupportAccounts.
- provider (str) – The value to assign to the provider property of this UserExtSupportAccounts.
- user_id (str) – The value to assign to the user_id property of this UserExtSupportAccounts.
- ocid (str) – The value to assign to the ocid property of this UserExtSupportAccounts.
- ref (str) – The value to assign to the ref property of this UserExtSupportAccounts.
-
ocid
¶ Gets the ocid of this UserExtSupportAccounts. The OCID of the user’s support account.
Added In: 2103141444
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
Returns: The ocid of this UserExtSupportAccounts. Return type: str
-
provider
¶ Gets the provider of this UserExtSupportAccounts. User Support Account Provider
Added In: 2103141444
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
Returns: The provider of this UserExtSupportAccounts. Return type: str
-
ref
¶ Gets the ref of this UserExtSupportAccounts. The URI of the corresponding Support Account resource to which the user belongs
Added In: 2103141444
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this UserExtSupportAccounts. Return type: str
-
user_id
¶ Gets the user_id of this UserExtSupportAccounts. User Support User Id
Added In: 2103141444
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
Returns: The user_id of this UserExtSupportAccounts. Return type: str
-
value
¶ Gets the value of this UserExtSupportAccounts. The identifier of the User’s support Account.
Added In: 2103141444
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
Returns: The value of this UserExtSupportAccounts. Return type: str
-