Optional
Readonly
accessExpiration time in seconds for each access token obtained by the APIClient. Only present when set with the APIClientDraft. If not present the default value applies.
Optional
Readonly
createdDate and time (UTC) the APIClient was initially created.
Optional
Readonly
deleteIf set, the Client will be deleted on (or shortly after) this point in time.
Readonly
idThe OAuth2 client_id
that can be used to obtain an access token.
Optional
Readonly
lastDate of the last day this APIClient was used to obtain an access token.
Readonly
nameName of the APIClient.
Optional
Readonly
refreshInactivity expiration time in seconds for each refresh token obtained by the APIClient. Only present when set with the APIClientDraft. If not present the default value applies.
Readonly
scopeWhitespace-separated list of OAuth scopes that can be used when obtaining an access token.
Optional
Readonly
secretOnly shown once in the response of creating the APIClient.
This is the OAuth2 client_secret
that can be used to obtain an access token.
Code generated by commercetools RMF-Codegen. DO NOT EDIT. Please don't change this file manually but run
rmf-codegen generate raml_file_path -o output_path -t typescript_client
to update it. For more information about the commercetools platform APIs, visit https://docs.commercetools.com/.