Clears the cache for oauth-clients api requests.
Create a new OAuth client. Requires TenantAdmin
role when created in-tenant. appType
cannot be changed after creation. Consent method and published state can be changed after creation. For supported appType
, use PATCH /oauth-clients/{id}/connection-configs/me
to change consent method, and POST /oauth-clients/{id}/actions/publish
to change the client to published after creation.
Create a new OAuth client. Requires TenantAdmin
role when created in-tenant. appType
cannot be changed after creation. Consent method and published state can be changed after creation. For supported appType
, use PATCH /oauth-clients/{id}/connection-configs/me
to change consent method, and POST /oauth-clients/{id}/actions/publish
to change the client to published after creation.
an object with the body content
Optional
options: ApiCallOptionsCreate a new client secret for the specified OAuth client. An OAuth client can have a maximum of 5 client secrets at one time.
Create a new client secret for the specified OAuth client. An OAuth client can have a maximum of 5 client secrets at one time.
The unique identifier for the OAuth client
Optional
options: ApiCallOptionsDelete the specified OAuth client.
Delete the specified OAuth client.
The unique identifier for the OAuth client
Optional
options: ApiCallOptionsDeletes the connection config for the calling tenant, related to the supplied client id.
Deletes the connection config for the calling tenant, related to the supplied client id.
The unique identifier for the OAuth client
Optional
options: ApiCallOptionsDeletes a specific client secret for an OAuth client.
Deletes a specific client secret for an OAuth client.
The unique identifier for the OAuth client
The unique identifier for the OAuth secret
Optional
options: ApiCallOptionsRetrieves the specified OAuth client.
Retrieves the specified OAuth client.
The unique identifier for the OAuth client
Optional
options: ApiCallOptionsGet configuration for consent method and status.
Get configuration for consent method and status.
The unique identifier for an OAuth client
Optional
options: ApiCallOptionsRetrieve all OAuth clients.
Retrieve all OAuth clients.
an object with query parameters
Optional
filter?: stringThe filter query that should be used to filter the list of oauth clients. The filter syntax is defined in RFC 7644. Valid attributes for filtering are clientId
, clientName
, appType
, and tenantId
.
Optional
limit?: numberThe number of OAuth client entries to retrieve.
Optional
next?: stringThe next page cursor
Optional
prev?: stringThe previous page cursor
Optional
sort?: stringThe attribute to sort by, beginning with + for ascending and - for descending. Valid attributes for sorting are clientId, clientName, appType, tenantId, createdAt, updatedAt.
Optional
totalResults?: booleanBoolean query parameter that determines if the total count of results should be included in the response. If true, the response includes the total number of results in the totalResults
field. If false or not included in the query, totalResults
will be excluded from the response.
Optional
options: ApiCallOptionsUpdates the specified OAuth client.
Updates the specified OAuth client.
The unique identifier for the OAuth client
an object with the body content
Optional
options: ApiCallOptionsUpdates the consent method for the specified OAuth client.
Updates the consent method for the specified OAuth client.
The unique identifier for the OAuth client
an object with the body content
Optional
options: ApiCallOptionsPublishes the specified OAuth client. By default, OAuth clients are bound to the tenant that created it. Publishing shares the client and makes it available to all other tenants within a region. Third-party applications connecting to Qlik Cloud can then have the same client ID for all Qlik Cloud tenants.
Publishes the specified OAuth client. By default, OAuth clients are bound to the tenant that created it. Publishing shares the client and makes it available to all other tenants within a region. Third-party applications connecting to Qlik Cloud can then have the same client ID for all Qlik Cloud tenants.
The unique identifier for the OAuth client
Optional
options: ApiCallOptions
Clears the cache for oauth-clients api requests.