ExtensionSocialAccountUser

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

Bases: object

Social User extension

Methods

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

Attributes

social_accounts Gets the social_accounts of this ExtensionSocialAccountUser.
__init__(**kwargs)

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

Parameters:social_accounts (list[oci.identity_domains.models.UserExtSocialAccounts]) – The value to assign to the social_accounts property of this ExtensionSocialAccountUser.
social_accounts

Gets the social_accounts of this ExtensionSocialAccountUser. Description:

SCIM++ Properties:
  • idcsCompositeKey: [value]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readOnly
  • required: false
  • returned: request
  • idcsPii: true
  • type: complex
  • uniqueness: none
Returns:The social_accounts of this ExtensionSocialAccountUser.
Return type:list[oci.identity_domains.models.UserExtSocialAccounts]