INPUT_OBJECT

AccessKeyInput

link GraphQL Schema definition

  • input AccessKeyInput {
  • # The name of the access key.
  • name: String
  • # The 8-255 character secret key. This is only supported when the idnetityId is of
  • # a Broadcast.
  • secret: String
  • }

link Require by