Manual Reference Source Test
import SsoOptionModel from 'clinical6/src/models/sso/SsoOption.js'
public class | source

SsoOptionModel

Direct Subclass:

SsoOption

Model representing an SSO Option.

Constructor Summary

Public Constructor
public

constructor(response: Object)

Member Summary

Public Members
public
public
public
public

Public Constructors

public constructor(response: Object) source

Params:

NameTypeAttributeDescription
response Object

JSON formatted response of an SSO Option.

response.id Number

The SSO Option ID value

response.name Boolean

The name of the SSO Option

response.user_type String

The user type of the SSO Option

response.permanent_link String

The permanent link of the SSO Option

Public Members

public id: Number source

public name: String source

public userType: String source