INPUT_OBJECT

InlineDeviceAuthenticationCredentialMutationInput

Provides credentials for an inline device.

link GraphQL Schema definition

  • input InlineDeviceAuthenticationCredentialMutationInput {
  • # An individual credential to authenticate to an inline device.
  • credential: InlineDeviceAuthenticationCredential!
  • # The credential value (e.g. username, password, etc.)
  • value: String!
  • }