CalloutPolicy interface

Configuration for external callout policies, including URI patterns, access types, and service types.

Properties

calloutId

Unique identifier for the callout configuration. NOTE: This property will not be serialized. It can only be populated by the server.

calloutType

Type of the callout service, specifying the kind of external resource or service being accessed.

calloutUriRegex

Regular expression or FQDN pattern for the callout URI.

outboundAccess

Indicates whether outbound access is permitted for the specified URI pattern.

Property Details

calloutId

Unique identifier for the callout configuration. NOTE: This property will not be serialized. It can only be populated by the server.

calloutId?: string

Property Value

string

calloutType

Type of the callout service, specifying the kind of external resource or service being accessed.

calloutType?: string

Property Value

string

calloutUriRegex

Regular expression or FQDN pattern for the callout URI.

calloutUriRegex?: string

Property Value

string

outboundAccess

Indicates whether outbound access is permitted for the specified URI pattern.

outboundAccess?: string

Property Value

string