INPUT_OBJECT

ProviderKeyInput

A provider key definition.

link GraphQL Schema definition

  • input ProviderKeyInput {
  • # The access key.
  • accessKey: String!
  • # The secret key.
  • secretKey: String!
  • # The provider key type.
  • type: ENUM_PROVIDERKEYTYPE!
  • # The provider access key name.
  • name: String!
  • }

link Require by