Class GetEndpointConnectionPrivateServiceConnectionResult
Inheritance
Inherited Members
Namespace: Pulumi.Azure.PrivateLink.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetEndpointConnectionPrivateServiceConnectionResult
Fields
View SourceName
Specifies the Name of the private endpoint.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
PrivateIpAddress
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.
Declaration
public readonly string PrivateIpAddress
Field Value
| Type | Description |
|---|---|
| System.String |
RequestResponse
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
Declaration
public readonly string RequestResponse
Field Value
| Type | Description |
|---|---|
| System.String |
Status
The current status of the private endpoint request, possible values will be Pending, Approved, Rejected, or Disconnected.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |