SharedPrivateLinkResourceProperties Class
Describes the properties of an existing Shared Private Link Resource to use when connecting to a private origin.
Constructor
SharedPrivateLinkResourceProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
private_link
|
The resource id of the resource the shared private link resource is for. |
|
private_link_location
|
The location of the shared private link resource. |
|
group_id
|
The group id from the provider of resource the shared private link resource is for. |
|
request_message
|
The request message for requesting approval of the shared private link resource. |
|
status
|
Status of the shared private link resource. Can be Pending, Approved, Rejected, Disconnected, or Timeout. Known values are: "Pending", "Approved", "Rejected", "Disconnected", and "Timeout". |
Attributes
group_id
The group id from the provider of resource the shared private link resource is for.
group_id: str | None
private_link
The resource id of the resource the shared private link resource is for.
private_link: _models.ResourceReference | None
private_link_location
The location of the shared private link resource.
private_link_location: str | None
request_message
The request message for requesting approval of the shared private link resource.
request_message: str | None
status
Status of the shared private link resource. Can be Pending, Approved, Rejected, Disconnected, or Timeout. Known values are: "Pending", "Approved", "Rejected", "Disconnected", and "Timeout".
status: str | _models.SharedPrivateLinkResourceStatus | None