Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScimMultiValuedAttribute

Hierarchy

Index

Properties

Optional display

display?: string

A human-readable name, primarily used for display purposes and having a mutability of "immutable".

Optional primary

primary?: boolean

A Boolean value indicating the 'primary' or preferred attribute value for this attribute, e.g., the preferred mailing address or the primary email address. The primary attribute value "true" MUST appear no more than once. If not specified, the value of "primary" SHALL be assumed to be "false".

type

type: string

A label indicating the attribute's function, e.g., "work" or "home".

value

value: string

The attribute's significant value, e.g., email address, phone number.

Generated using TypeDoc