INPUT_OBJECT
CableModemAuthenticationCredentialMutationInput
Provides credentials for a cable modem provisioner.
link GraphQL Schema definition
- input CableModemAuthenticationCredentialMutationInput {
- # An individual credential to authenticate to a cable modem provisioner.
- CableModemProvisionerAuthenticationCredential! :
- # The credential value (e.g. username, password, etc.)
- String! :
- }