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)