Class ScimSchemaAttribute

java.lang.Object
com.ringcentral.definitions.ScimSchemaAttribute

public class ScimSchemaAttribute extends Object
  • Field Details

    • name

      public String name
      The name of the attribute Required
    • type

      public String type
      Required Enum: string, boolean, decimal, integer, dateTime, reference, complex
    • subAttributes

      public ScimSchemaAttribute[] subAttributes
    • multiValued

      public Boolean multiValued
      A Boolean value indicating the attribute's plurality Required
    • description

      public String description
      The description of the attribute
    • required

      public Boolean required
      Required
    • canonicalValues

      public String[] canonicalValues
      A collection of suggested canonical values
    • caseExact

      public Boolean caseExact
    • mutability

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

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

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

      public String[] referenceTypes
      Indicates the SCIM resource types that be referenced
  • Constructor Details

    • ScimSchemaAttribute

      public ScimSchemaAttribute()
  • Method Details