UserExtSocialAccounts

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

Bases: object

Description:

SCIM++ Properties: - idcsCompositeKey: [value] - idcsSearchable: true - multiValued: true - mutability: readOnly - required: false - returned: request - idcsPii: true - type: complex - uniqueness: none

Methods

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

Attributes

display Gets the display of this UserExtSocialAccounts.
ref Gets the ref of this UserExtSocialAccounts.
value [Required] Gets the value of this UserExtSocialAccounts.
__init__(**kwargs)

Initializes a new UserExtSocialAccounts 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 UserExtSocialAccounts.
  • display (str) – The value to assign to the display property of this UserExtSocialAccounts.
  • ref (str) – The value to assign to the ref property of this UserExtSocialAccounts.
display

Gets the display of this UserExtSocialAccounts. A human readable name, primarily used for display purposes. READ-ONLY.

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The display of this UserExtSocialAccounts.
Return type:str
ref

Gets the ref of this UserExtSocialAccounts. The URI of the corresponding SocialAccount resource linked with the user

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none
Returns:The ref of this UserExtSocialAccounts.
Return type:str
value

[Required] Gets the value of this UserExtSocialAccounts.

Returns:The value of this UserExtSocialAccounts.
Return type:str