INPUT_OBJECT

UpdateRcvPrivateEndpointInput

Description

Request message for updating RCV private endpoint name and description.

link GraphQL Schema definition

  • input UpdateRcvPrivateEndpointInput {
  • # Description of the private endpoint.
  • description: String
  • # Location ID associated with this private endpoint.
  • locationId: String
  • # Name of the private endpoint.
  • name: String
  • # Unique identifier of the private endpoint from cloud provider.
  • privateEndpointId: String
  • }

link Require by