Skip to main content

SetBasicCredentialsInput

No description

input SetBasicCredentialsInput {
id: ID!
shared: Boolean
canDecrypt: Boolean
name: String
username: String
password: String
}

Fields

SetBasicCredentialsInput.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)

SetBasicCredentialsInput.shared ● Boolean scalar

The shared flag (true for global credentials)

SetBasicCredentialsInput.canDecrypt ● Boolean scalar

SetBasicCredentialsInput.name ● String scalar

A name for this basic credentials.

SetBasicCredentialsInput.username ● String scalar

The username.

SetBasicCredentialsInput.password ● String scalar

Password to use together with the username.