PrivateLinkProperties interface

Properties of a private link resource. These properties control the behavior and configuration of private endpoint connectivity to Defender services.

Properties

privateEndpointConnections

List of private endpoint connections associated with this private link. Each connection represents a private endpoint from a customer's virtual network.

privateLinkResources

List of private link resources available for connection. For Defender services, this typically includes the 'containers' group with 'api' and regional data endpoints.

provisioningState

The current provisioning state of the private link resource. Indicates whether the resource is being created, updated, deleted, or has completed successfully.

publicNetworkAccess

This determines if traffic is allowed over public network. By default it is disabled.

Property Details

privateEndpointConnections

List of private endpoint connections associated with this private link. Each connection represents a private endpoint from a customer's virtual network.

privateEndpointConnections?: PrivateEndpointConnection[]

Property Value

privateLinkResources

List of private link resources available for connection. For Defender services, this typically includes the 'containers' group with 'api' and regional data endpoints.

privateLinkResources?: PrivateLinkGroupResource[]

Property Value

provisioningState

The current provisioning state of the private link resource. Indicates whether the resource is being created, updated, deleted, or has completed successfully.

provisioningState?: string

Property Value

string

publicNetworkAccess

This determines if traffic is allowed over public network. By default it is disabled.

publicNetworkAccess?: string

Property Value

string