Show / Hide Table of Contents

Class ExtensionSocialAccountUser

Social User extension

Inheritance
object
ExtensionSocialAccountUser
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class ExtensionSocialAccountUser

Properties

SocialAccounts

Declaration
[JsonProperty(PropertyName = "socialAccounts")]
public List<UserExtSocialAccounts> SocialAccounts { get; set; }
Property Value
Type Description
List<UserExtSocialAccounts>

Description:
SCIM++ Properties:

  • idcsCompositeKey: [value]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readOnly
  • required: false
  • returned: request
  • idcsPii: true
  • type: complex
  • uniqueness: none
In this article
Back to top