INPUT_OBJECT

DeleteGuestCredentialByIdInput

link GraphQL Schema definition

  • input DeleteGuestCredentialByIdInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. ID of the guest OS credential to remove.
  • id: String!
  • }

link Require by