Skip to main content

SetSapHostControlCredentialsInput

No description

input SetSapHostControlCredentialsInput {
id: ID!
shared: Boolean
canDecrypt: Boolean
name: String
username: String
password: String
privateKey: String
privateKeyPassphrase: String
certificateChain: String
}

Fields

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

SetSapHostControlCredentialsInput.shared ● Boolean scalar

The shared flag (true for global credentials)

SetSapHostControlCredentialsInput.canDecrypt ● Boolean scalar

The flag whether this credentials can be decrypted or not. If it is false the credentials are not decrypted

SetSapHostControlCredentialsInput.name ● String scalar

The name for this credentials object.

SetSapHostControlCredentialsInput.username ● String scalar

SAP control user.

SetSapHostControlCredentialsInput.password ● String scalar

SAP control user password.

SetSapHostControlCredentialsInput.privateKey ● String scalar

Private key in PEM format.

SetSapHostControlCredentialsInput.privateKeyPassphrase ● String scalar

Private key password.

SetSapHostControlCredentialsInput.certificateChain ● String scalar

Certificate chain in PEM format in correct order, root certificate comes last.