ScimToken
A bearer token authorising Okta to provision users into your Paminga account. The token value itself is shown only once, when it is generated.
type ScimToken {
created_at: DateTime!
id: ID!
last_used_at: DateTime
name: String!
}
Fields
ScimToken.created_at ● DateTime! non-null scalar
ScimToken.id ● ID! non-null scalar
ScimToken.last_used_at ● DateTime scalar
ScimToken.name ● String! non-null scalar
Returned By
revokeScimToken mutation ● scimTokens query
Member Of
GeneratedScimToken object


