PrivateEndpointConnectionItem Class

Private endpoint connection item.

Inheritance
PrivateEndpointConnectionItem

Constructor

PrivateEndpointConnectionItem(*, id: Optional[str] = None, etag: Optional[str] = None, private_endpoint: Optional[azure.mgmt.keyvault.v2021_04_01_preview.models._models_py3.PrivateEndpoint] = None, private_link_service_connection_state: Optional[azure.mgmt.keyvault.v2021_04_01_preview.models._models_py3.PrivateLinkServiceConnectionState] = None, provisioning_state: Optional[Union[str, azure.mgmt.keyvault.v2021_04_01_preview.models._key_vault_management_client_enums.PrivateEndpointConnectionProvisioningState]] = None, **kwargs)

Variables

id
str

Id of private endpoint connection.

etag
str

Modified whenever there is a change in the state of private endpoint connection.

private_endpoint
PrivateEndpoint

Properties of the private endpoint object.

private_link_service_connection_state
PrivateLinkServiceConnectionState

Approval state of the private link connection.

provisioning_state
str or PrivateEndpointConnectionProvisioningState

Provisioning state of the private endpoint connection. Possible values include: "Succeeded", "Creating", "Updating", "Deleting", "Failed", "Disconnected".