ApiTokenDetailsDto

ApiTokenDetailsDto
ApiTokenDetailsDto
JSON Example
{
    "createdAt": 0,
    "userId": "string",
    "orgId": "string",
    "acct": "string",
    "scope": [
        "string"
    ],
    "username": "string",
    "firstName": "string",
    "lastName": "string",
    "allowedScopes": {
        "generalScopes": [
            "string"
        ],
        "servicesScopes": [
            "string"
        ],
        "organizationScopes": {
            "allRoles": false,
            "roles": [
                {
                    "name": "string",
                    "resource": "string"
                }
            ]
        }
    },
    "domain": "string",
    "tokenName": "string",
    "idpId": "string",
    "lastUsedAt": 0,
    "expiresAt": 0,
    "tokenId": "string"
}
integer As int64 As int64
createdAt
Optional

The timestamp the token was created at (measured in number of seconds since 1/1/1970 UTC).

string
userId
Optional

The unique identifier of the user, on behalf of which the token was issued.

string
orgId
Optional

Unique identifier (GUID) of the organization.

string
acct
Optional

The identifier of the user, configured to log in to the Identity provider.

array of string
scope
Optional

The scope of access needed for the token

string
username
Optional

Deprecated. The username of the user to whom the api token belongs

string
firstName
Optional

first Name of the user to whom the api token belongs

string
lastName
Optional

Last Name of the user to whom the api token belongs

allowedScopes
Optional

allowedScopes

string
domain
Optional

The identity provider (IdP) domain of the user.

string
tokenName
Optional

The name of the API token.

string
idpId
Optional

The identifier of the identity provider.

integer As int64 As int64
lastUsedAt
Optional

The timestamp the token was last used (measured in number of seconds since 1/1/1970 UTC).

integer As int64 As int64
expiresAt
Optional

The timestamp the token expires at (measured in number of seconds since 1/1/1970 UTC).

string
tokenId
Optional

The unique identifier of the API token.