Clears the cache for api-keys api requests.
Creates an API key, either for a user, or for configuring SCIM for a compatible Identity Provider.
Sending sub
and subType
is required only for creating SCIM keys.
Creates an API key, either for a user, or for configuring SCIM for a compatible Identity Provider.
Sending sub
and subType
is required only for creating SCIM keys.
an object with the body content
Optional
options: ApiCallOptionsDeletes or revokes an API key for a given API key ID. When the owner of the API key sends the request, the key will be deleted and removed from the tenant. When a user assigned the TenantAdmin
role sends the request, the key will be disabled and marked as revoked.
Deletes or revokes an API key for a given API key ID. When the owner of the API key sends the request, the key will be deleted and removed from the tenant. When a user assigned the TenantAdmin
role sends the request, the key will be disabled and marked as revoked.
The ID of the API key to be retrieved.
Optional
options: ApiCallOptionsReturns the API key for a given API key ID.
Returns the API key for a given API key ID.
The ID of the API key to be retrieved.
Optional
options: ApiCallOptionsLists API keys for the tenant. To list API keys owned by other users, requesting user must be assigned the TenantAdmin
role.
Lists API keys for the tenant. To list API keys owned by other users, requesting user must be assigned the TenantAdmin
role.
an object with query parameters
Optional
createdByUser?: stringThe user ID that created the API key.
Optional
endingBefore?: stringGet resources with IDs that are lower than the target resource ID. Cannot be used in conjunction with startingAfter.
Optional
limit?: numberMaximum number of API keys to retrieve.
Optional
sort?: The field to sort by, with +/- prefix indicating sort order
Optional
startingAfter?: stringGet resources with IDs that are higher than the target resource ID. Cannot be used in conjunction with endingBefore.
Optional
status?: "active" | "expired" | "revoked"The status of the API key.
Optional
sub?: stringThe ID of the subject. For SCIM the format is SCIM\\{{IDP-ID}}
, where {{IDP-ID}}
is the ID of the IDP in Qlik. For users, use their user ID, e.g. 64ef645a3b7009d55dee5a2b
.
Optional
options: ApiCallOptionsRetrieves the API key configuration for a tenant.
Retrieves the API key configuration for a tenant.
The tenant ID from which you wish to retrieve the API key configuration.
Optional
options: ApiCallOptionsUpdates an API key description for a given API key ID.
Updates an API key description for a given API key ID.
The ID of the API key resource to be updated.
an object with the body content
Optional
options: ApiCallOptionsUpdates the API keys configuration for a given tenant ID.
Updates the API keys configuration for a given tenant ID.
The tenant ID of the API keys configuration to be retrieved.
an object with the body content
Optional
options: ApiCallOptions
Clears the cache for api-keys api requests.