SyncClientTokenInfo
SyncClientTokenInfo
Represents the information about sync client token
JSON Example
{
"expireIn": 0,
"expireAt": "string",
"token": "string",
"scimUrl": "string"
}
integer As int64
As int64
expireIn
Required
Read-Only
The seconds in which the token expires. Please start using expireAt field for the same.
string
expireAt
Required
Read-Only
The seconds at which the token expires
string
token
Required
Read-Only
The sync client bearer token
string
scimUrl
Required
Read-Only
The WS1B SCIM URL to push users and groups data from external identity provider