INPUT_OBJECT

CreateGuestCredentialInput

link GraphQL Schema definition

  • input CreateGuestCredentialInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. Object for guest OS credential definition.
  • definition: GuestCredentialDefinitionInput!
  • }

link Require by