UserLogin
Property | Type | Attributes | Description |
---|---|---|---|
id | Integer (int64) | — | System ID assigned to a user account. |
userId | String (UUID) | — | UID assigned to a user. |
userName | String | Read-only | User name. |
companyId | String (UUID) | Read-only | UID assigned to a user company. |
companyName | String | Read-only | Name of a user company. |
identityProviderName | String | Read-only | Name of an identity provider that manages user login. |
description | String | Read-only | Description of a user account. |
identifierInProvider | String | Read-only | Provided identity. |
scopes | String | Read-only | Scopes that are available to the user identity. |
status | String | Read-only | User identity status. Possible values:
|
parameters | String | Read-only | Parameters of a user account. |
creationDate | String (date-time) | Read-only | Date and time of account creation. Date and time string is formatted in accordance with RFC 3339. |