INPUT_OBJECT

ApproveRcvPrivateEndpointInput

Description

Input for approving private endpoint.

link GraphQL Schema definition

  • input ApproveRcvPrivateEndpointInput {
  • # Field for specifying Rubrik location identifier of RCV location.
  • locationId: UUID!
  • # Field for specifying the Azure resource identifier for a RCV private endpoint.
  • privateEndpointId: String!
  • # Secret message used for validating approval request.
  • requestMessage: UUID!
  • }

link Require by