Package com.ringcentral.definitions
Class ScimSchemaAttribute
java.lang.Object
com.ringcentral.definitions.ScimSchemaAttribute
-
Field Summary
FieldsModifier and TypeFieldDescriptionString[]
A collection of suggested canonical valuesThe description of the attributeA Boolean value indicating the attribute's plurality RequiredIndicates the circumstances under which the value of the attribute can be (re)defined Required Enum: readOnly, readWrite, immutable, writeOnlyThe name of the attribute RequiredString[]
Indicates the SCIM resource types that be referencedRequiredIndicates when an attribute and associated values are returned Required Enum: always, never, default, requestRequired Enum: string, boolean, decimal, integer, dateTime, reference, complexSpecifies how the service provider enforces uniqueness of attribute values Required Enum: none, server, global -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncanonicalValues
(String[] canonicalValues) description
(String description) multiValued
(Boolean multiValued) mutability
(String mutability) referenceTypes
(String[] referenceTypes) subAttributes
(ScimSchemaAttribute[] subAttributes) uniqueness
(String uniqueness)
-
Field Details
-
name
The name of the attribute Required -
type
Required Enum: string, boolean, decimal, integer, dateTime, reference, complex -
subAttributes
-
multiValued
A Boolean value indicating the attribute's plurality Required -
description
The description of the attribute -
required
Required -
canonicalValues
A collection of suggested canonical values -
caseExact
-
mutability
Indicates the circumstances under which the value of the attribute can be (re)defined Required Enum: readOnly, readWrite, immutable, writeOnly -
returned
Indicates when an attribute and associated values are returned Required Enum: always, never, default, request -
uniqueness
Specifies how the service provider enforces uniqueness of attribute values Required Enum: none, server, global -
referenceTypes
Indicates the SCIM resource types that be referenced
-
-
Constructor Details
-
ScimSchemaAttribute
public ScimSchemaAttribute()
-
-
Method Details
-
name
-
type
-
subAttributes
-
multiValued
-
description
-
required
-
canonicalValues
-
caseExact
-
mutability
-
returned
-
uniqueness
-
referenceTypes
-