INPUT_OBJECT
InlineDeviceAuthenticationCredentialMutationInput
Provides credentials for an inline device.
link GraphQL Schema definition
- input InlineDeviceAuthenticationCredentialMutationInput {
- # An individual credential to authenticate to an inline device.
- : InlineDeviceAuthenticationCredential!
- # The credential value (e.g. username, password, etc.)
- : String!
- }