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
The seconds in which the token expires. Please start using expireAt field for the same.
string
expireAt
Required
The seconds at which the token expires
string
token
Required
The sync client bearer token
string
scimUrl
Required
The WS1B SCIM URL to push users and groups data from external identity provider