INPUT_OBJECT
UpdateGuestCredentialInput
link GraphQL Schema definition
- input UpdateGuestCredentialInput {
- # Required. UUID used to identify the cluster the request goes to.
- : String!
- # Required. Object for guest OS credential definition.
- : GuestCredentialDefinitionInput!
- # Required. ID of the guest OS credential to update.
- : String!
- }