INPUT_OBJECT
ManagementEndpointUpsertWithCredentialInput
Cloud account onboarding request. It will create/update the cloud account with provided account and credential details
link GraphQL Schema definition
- input ManagementEndpointUpsertWithCredentialInput {
- # Cloud credential details
- ManagementEndpointCredentialsInput! :
- # Cloud account details
- ManagementEndpointInput! :
- }