The id of the integration instance.
Example:3f51fa25-310a-421d-bd1a-007f859021a3
Deletes the auth credential scoped to the given integration instance.
The id of the integration instance.
Example:3f51fa25-310a-421d-bd1a-007f859021a3
Integration Instance Auth Credential was deleted successfully.
A integration instance may need to be provided with an auth config before authorizing the instance.
Typically an auth config will be required when authorizing against a integration which is hosted within your organization.
The integration instance’s auth config will inform how the Service Catalog will authorize the integration instance.
Note that updating the auth config for an instance which is already authorized will remove the existing credential, requiring you to re-authorize the instance.
Fetches auth config scoped to the given integration instance.
The id of the integration instance.
Example:3f51fa25-310a-421d-bd1a-007f859021a3
A response containing integration instance auth config.
One OfAllowed values:oauth
The OAuth client identifier.
Example:d745213a-b7e8-4998-abe3-41f164001970
The URL where users are redirected to authorize access.
Example:https://identity.service.com/oauth/authorize
The URL used to retrieve access tokens.
Example:https://identity.service.com/oauth/token
Upserts auth config scoped to the given integration instance.
The id of the integration instance.
Example:3f51fa25-310a-421d-bd1a-007f859021a3
One OfAllowed values:oauth
The OAuth client identifier.
Example:d745213a-b7e8-4998-abe3-41f164001970
The OAuth client secret.
Example:s3cr3t4p1cl13ntt0k3n1234567890abcdef
The URL where users are redirected to authorize access.
Example:https://identity.service.com/oauth/authorize
The URL used to retrieve access tokens.
Example:https://identity.service.com/oauth/token
A response containing integration instance auth config.
One OfAllowed values:oauth
The OAuth client identifier.
Example:d745213a-b7e8-4998-abe3-41f164001970
The URL where users are redirected to authorize access.
Example:https://identity.service.com/oauth/authorize
The URL used to retrieve access tokens.
Example:https://identity.service.com/oauth/token
Deletes the auth config scoped to the given integration instance.
The id of the integration instance.
Example:3f51fa25-310a-421d-bd1a-007f859021a3
Integration Instance Auth Config was deleted successfully.