GetEndpointConnectionPrivateServiceConnection

data class GetEndpointConnectionPrivateServiceConnection(val name: String, val privateIpAddress: String, val requestResponse: String, val status: String)

Constructors

constructor(name: String, privateIpAddress: String, requestResponse: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the Name of the private endpoint.

Link copied to clipboard

The private IP address associated with the private endpoint, note that you will have a private IP address assigned to the private endpoint even if the connection request was Rejected.

Link copied to clipboard

Possible values are as follows: Value | Meaning -- | -- Auto-Approved | The remote resource owner has added you to the Auto-Approved RBAC permission list for the remote resource, all private endpoint connection requests will be automatically Approved. Deleted state | The resource owner has Rejected the private endpoint connection request and has removed your private endpoint request from the remote resource. request/response message | If you submitted a manual private endpoint connection request, while in the Pending status the request_response will display the same text from your request_message in the private_service_connection block above. If the private endpoint connection request was Rejected by the owner of the remote resource, the text for the rejection will be displayed as the request_response text, if the private endpoint connection request was Approved by the owner of the remote resource, the text for the approval will be displayed as the request_response text

Link copied to clipboard

The current status of the private endpoint request, possible values will be Pending, Approved, Rejected, or Disconnected.