RingCentral .Net SDK
Properties | List of all members
RingCentral.ScimSchemaAttribute Class Reference

Properties

string name [get, set]
 The name of the attribute Required More...
 
string type [get, set]
 Required Enum: string, boolean, decimal, integer, dateTime, reference, complex More...
 
ScimSchemaAttribute[] subAttributes [get, set]
 
bool? multiValued [get, set]
 A Boolean value indicating the attribute's plurality Required More...
 
string description [get, set]
 The description of the attribute More...
 
bool? required [get, set]
 Required More...
 
string[] canonicalValues [get, set]
 A collection of suggested canonical values More...
 
bool? caseExact [get, set]
 
string mutability [get, set]
 Indicates the circumstances under which the value of the attribute can be (re)defined Required Enum: readOnly, readWrite, immutable, writeOnly More...
 
string returned [get, set]
 Indicates when an attribute and associated values are returned Required Enum: always, never, default, request More...
 
string uniqueness [get, set]
 Specifies how the service provider enforces uniqueness of attribute values Required Enum: none, server, global More...
 
string[] referenceTypes [get, set]
 Indicates the SCIM resource types that be referenced More...
 

Property Documentation

◆ canonicalValues

string [] RingCentral.ScimSchemaAttribute.canonicalValues
getset

A collection of suggested canonical values

◆ caseExact

bool? RingCentral.ScimSchemaAttribute.caseExact
getset

◆ description

string RingCentral.ScimSchemaAttribute.description
getset

The description of the attribute

◆ multiValued

bool? RingCentral.ScimSchemaAttribute.multiValued
getset

A Boolean value indicating the attribute's plurality Required

◆ mutability

string RingCentral.ScimSchemaAttribute.mutability
getset

Indicates the circumstances under which the value of the attribute can be (re)defined Required Enum: readOnly, readWrite, immutable, writeOnly

◆ name

string RingCentral.ScimSchemaAttribute.name
getset

The name of the attribute Required

◆ referenceTypes

string [] RingCentral.ScimSchemaAttribute.referenceTypes
getset

Indicates the SCIM resource types that be referenced

◆ required

bool? RingCentral.ScimSchemaAttribute.required
getset

Required

◆ returned

string RingCentral.ScimSchemaAttribute.returned
getset

Indicates when an attribute and associated values are returned Required Enum: always, never, default, request

◆ subAttributes

ScimSchemaAttribute [] RingCentral.ScimSchemaAttribute.subAttributes
getset

◆ type

string RingCentral.ScimSchemaAttribute.type
getset

Required Enum: string, boolean, decimal, integer, dateTime, reference, complex

◆ uniqueness

string RingCentral.ScimSchemaAttribute.uniqueness
getset

Specifies how the service provider enforces uniqueness of attribute values Required Enum: none, server, global


The documentation for this class was generated from the following file: