INPUT_OBJECT
CreateRcvPrivateEndpointApprovalRequestInput
Description
Input for adding private endpoint support to an RCV location.
link GraphQL Schema definition
- input CreateRcvPrivateEndpointApprovalRequestInput {
- # Optional. Description of RCV the private endpoint.
- : String
- # Field for specifying location identifier of the target.
- : UUID!
- # Name of the RCV private endpoint.
- : String
- # Field for specifying the Azure resource identifier for an RCV private endpoint.
- : String!
- }