INPUT_OBJECT

CreateRcvPrivateEndpointApprovalRequestInput

Description

Input for adding private endpoint support to an RCV location.

link GraphQL Schema definition

  • input CreateRcvPrivateEndpointApprovalRequestInput {
  • # Field for specifying location identifier of the target.
  • locationId: UUID!
  • # Field for specifying the Azure resource identifier for an RCV private endpoint.
  • privateEndpointId: String!
  • }

link Require by