Skip to main content

SetOAuthClientCredentialsInput

No description

input SetOAuthClientCredentialsInput {
id: ID!
shared: Boolean
canDecrypt: Boolean
name: String
scope: String
accessTokenUri: String
clientId: String
clientSecret: String
accessToken: String
}

Fields

SetOAuthClientCredentialsInput.id ● ID! non-null scalar

The ID identifying the credentials to be updated. From the context the monitored system and its type is known. The id can either be:

  • a combination of <namespace>.<key> to point to the credential purpose
  • a number pointing to the credential purpose (negative for built-in positive for custom ones)

SetOAuthClientCredentialsInput.shared ● Boolean scalar

The shared flag (true for global credentials)

SetOAuthClientCredentialsInput.canDecrypt ● Boolean scalar

SetOAuthClientCredentialsInput.name ● String scalar

SetOAuthClientCredentialsInput.scope ● String scalar

SetOAuthClientCredentialsInput.accessTokenUri ● String scalar

SetOAuthClientCredentialsInput.clientId ● String scalar

SetOAuthClientCredentialsInput.clientSecret ● String scalar

SetOAuthClientCredentialsInput.accessToken ● String scalar