CalloutPolicy interface
Configuration for external callout policies, including URI patterns, access types, and service types.
Properties
callout |
Unique identifier for the callout configuration. NOTE: This property will not be serialized. It can only be populated by the server. |
callout |
Type of the callout service, specifying the kind of external resource or service being accessed. |
callout |
Regular expression or FQDN pattern for the callout URI. |
outbound |
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