1. Packages
  2. Packages
  3. Cloudflare Provider
  4. API Docs
  5. getZeroTrustAccessAiControlsMcpPortals
Viewing docs for Cloudflare v6.18.0
published on Thursday, Jul 16, 2026 by Pulumi
cloudflare logo
Viewing docs for Cloudflare v6.18.0
published on Thursday, Jul 16, 2026 by Pulumi

    Accepted Permissions

    • MCP Portals Read
    • MCP Portals Write

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as cloudflare from "@pulumi/cloudflare";
    
    const exampleZeroTrustAccessAiControlsMcpPortals = cloudflare.getZeroTrustAccessAiControlsMcpPortals({
        accountId: "a86a8f5c339544d7bdc89926de14fb8c",
        search: "search",
    });
    
    import pulumi
    import pulumi_cloudflare as cloudflare
    
    example_zero_trust_access_ai_controls_mcp_portals = cloudflare.get_zero_trust_access_ai_controls_mcp_portals(account_id="a86a8f5c339544d7bdc89926de14fb8c",
        search="search")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-cloudflare/sdk/v6/go/cloudflare"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := cloudflare.GetZeroTrustAccessAiControlsMcpPortals(ctx, &cloudflare.LookupZeroTrustAccessAiControlsMcpPortalsArgs{
    			AccountId: pulumi.StringRef("a86a8f5c339544d7bdc89926de14fb8c"),
    			Search:    pulumi.StringRef("search"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Cloudflare = Pulumi.Cloudflare;
    
    return await Deployment.RunAsync(() => 
    {
        var exampleZeroTrustAccessAiControlsMcpPortals = Cloudflare.GetZeroTrustAccessAiControlsMcpPortals.Invoke(new()
        {
            AccountId = "a86a8f5c339544d7bdc89926de14fb8c",
            Search = "search",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.cloudflare.CloudflareFunctions;
    import com.pulumi.cloudflare.inputs.GetZeroTrustAccessAiControlsMcpPortalsArgs;
    import java.util.ArrayList;
    import java.util.Arrays;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var exampleZeroTrustAccessAiControlsMcpPortals = CloudflareFunctions.getZeroTrustAccessAiControlsMcpPortals(GetZeroTrustAccessAiControlsMcpPortalsArgs.builder()
                .accountId("a86a8f5c339544d7bdc89926de14fb8c")
                .search("search")
                .build());
    
        }
    }
    
    variables:
      exampleZeroTrustAccessAiControlsMcpPortals:
        fn::invoke:
          function: cloudflare:getZeroTrustAccessAiControlsMcpPortals
          arguments:
            accountId: a86a8f5c339544d7bdc89926de14fb8c
            search: search
    
    pulumi {
      required_providers {
        cloudflare = {
          source = "pulumi/cloudflare"
        }
      }
    }
    
    data "cloudflare_getzerotrustaccessaicontrolsmcpportals" "exampleZeroTrustAccessAiControlsMcpPortals" {
      account_id = "a86a8f5c339544d7bdc89926de14fb8c"
      search     = "search"
    }
    

    Using getZeroTrustAccessAiControlsMcpPortals

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getZeroTrustAccessAiControlsMcpPortals(args: GetZeroTrustAccessAiControlsMcpPortalsArgs, opts?: InvokeOptions): Promise<GetZeroTrustAccessAiControlsMcpPortalsResult>
    function getZeroTrustAccessAiControlsMcpPortalsOutput(args: GetZeroTrustAccessAiControlsMcpPortalsOutputArgs, opts?: InvokeOptions): Output<GetZeroTrustAccessAiControlsMcpPortalsResult>
    def get_zero_trust_access_ai_controls_mcp_portals(account_id: Optional[str] = None,
                                                      max_items: Optional[int] = None,
                                                      search: Optional[str] = None,
                                                      opts: Optional[InvokeOptions] = None) -> GetZeroTrustAccessAiControlsMcpPortalsResult
    def get_zero_trust_access_ai_controls_mcp_portals_output(account_id: pulumi.Input[Optional[str]] = None,
                                                      max_items: pulumi.Input[Optional[int]] = None,
                                                      search: pulumi.Input[Optional[str]] = None,
                                                      opts: Optional[InvokeOptions] = None) -> Output[GetZeroTrustAccessAiControlsMcpPortalsResult]
    func LookupZeroTrustAccessAiControlsMcpPortals(ctx *Context, args *LookupZeroTrustAccessAiControlsMcpPortalsArgs, opts ...InvokeOption) (*LookupZeroTrustAccessAiControlsMcpPortalsResult, error)
    func LookupZeroTrustAccessAiControlsMcpPortalsOutput(ctx *Context, args *LookupZeroTrustAccessAiControlsMcpPortalsOutputArgs, opts ...InvokeOption) LookupZeroTrustAccessAiControlsMcpPortalsResultOutput

    > Note: This function is named LookupZeroTrustAccessAiControlsMcpPortals in the Go SDK.

    public static class GetZeroTrustAccessAiControlsMcpPortals 
    {
        public static Task<GetZeroTrustAccessAiControlsMcpPortalsResult> InvokeAsync(GetZeroTrustAccessAiControlsMcpPortalsArgs args, InvokeOptions? opts = null)
        public static Output<GetZeroTrustAccessAiControlsMcpPortalsResult> Invoke(GetZeroTrustAccessAiControlsMcpPortalsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetZeroTrustAccessAiControlsMcpPortalsResult> getZeroTrustAccessAiControlsMcpPortals(GetZeroTrustAccessAiControlsMcpPortalsArgs args, InvokeOptions options)
    public static Output<GetZeroTrustAccessAiControlsMcpPortalsResult> getZeroTrustAccessAiControlsMcpPortals(GetZeroTrustAccessAiControlsMcpPortalsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: cloudflare:index/getZeroTrustAccessAiControlsMcpPortals:getZeroTrustAccessAiControlsMcpPortals
      arguments:
        # arguments dictionary
    data "cloudflare_get_zero_trust_access_ai_controls_mcp_portals" "name" {
        # arguments
    }

    The following arguments are supported:

    AccountId string
    MaxItems int
    Max items to fetch, default: 1000
    Search string
    Search by id, name, hostname
    AccountId string
    MaxItems int
    Max items to fetch, default: 1000
    Search string
    Search by id, name, hostname
    account_id string
    max_items number
    Max items to fetch, default: 1000
    search string
    Search by id, name, hostname
    accountId String
    maxItems Integer
    Max items to fetch, default: 1000
    search String
    Search by id, name, hostname
    accountId string
    maxItems number
    Max items to fetch, default: 1000
    search string
    Search by id, name, hostname
    account_id str
    max_items int
    Max items to fetch, default: 1000
    search str
    Search by id, name, hostname
    accountId String
    maxItems Number
    Max items to fetch, default: 1000
    search String
    Search by id, name, hostname

    getZeroTrustAccessAiControlsMcpPortals Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Results List<GetZeroTrustAccessAiControlsMcpPortalsResult>
    The items returned by the data source
    AccountId string
    MaxItems int
    Max items to fetch, default: 1000
    Search string
    Search by id, name, hostname
    Id string
    The provider-assigned unique ID for this managed resource.
    Results []GetZeroTrustAccessAiControlsMcpPortalsResult
    The items returned by the data source
    AccountId string
    MaxItems int
    Max items to fetch, default: 1000
    Search string
    Search by id, name, hostname
    id string
    The provider-assigned unique ID for this managed resource.
    results list(object)
    The items returned by the data source
    account_id string
    max_items number
    Max items to fetch, default: 1000
    search string
    Search by id, name, hostname
    id String
    The provider-assigned unique ID for this managed resource.
    results List<GetZeroTrustAccessAiControlsMcpPortalsResult>
    The items returned by the data source
    accountId String
    maxItems Integer
    Max items to fetch, default: 1000
    search String
    Search by id, name, hostname
    id string
    The provider-assigned unique ID for this managed resource.
    results GetZeroTrustAccessAiControlsMcpPortalsResult[]
    The items returned by the data source
    accountId string
    maxItems number
    Max items to fetch, default: 1000
    search string
    Search by id, name, hostname
    id str
    The provider-assigned unique ID for this managed resource.
    results Sequence[GetZeroTrustAccessAiControlsMcpPortalsResult]
    The items returned by the data source
    account_id str
    max_items int
    Max items to fetch, default: 1000
    search str
    Search by id, name, hostname
    id String
    The provider-assigned unique ID for this managed resource.
    results List<Property Map>
    The items returned by the data source
    accountId String
    maxItems Number
    Max items to fetch, default: 1000
    search String
    Search by id, name, hostname

    Supporting Types

    GetZeroTrustAccessAiControlsMcpPortalsResult

    AllowCodeMode bool
    Allow remote code execution in Dynamic Workers (beta)
    CreatedAt string
    CreatedBy string
    Description string
    Hostname string
    Id string
    portal id
    ModifiedAt string
    ModifiedBy string
    Name string
    SecureWebGateway bool
    Route outbound MCP traffic through Zero Trust Secure Web Gateway
    Servers List<GetZeroTrustAccessAiControlsMcpPortalsResultServer>
    AllowCodeMode bool
    Allow remote code execution in Dynamic Workers (beta)
    CreatedAt string
    CreatedBy string
    Description string
    Hostname string
    Id string
    portal id
    ModifiedAt string
    ModifiedBy string
    Name string
    SecureWebGateway bool
    Route outbound MCP traffic through Zero Trust Secure Web Gateway
    Servers []GetZeroTrustAccessAiControlsMcpPortalsResultServer
    allow_code_mode bool
    Allow remote code execution in Dynamic Workers (beta)
    created_at string
    created_by string
    description string
    hostname string
    id string
    portal id
    modified_at string
    modified_by string
    name string
    secure_web_gateway bool
    Route outbound MCP traffic through Zero Trust Secure Web Gateway
    servers list(object)
    allowCodeMode Boolean
    Allow remote code execution in Dynamic Workers (beta)
    createdAt String
    createdBy String
    description String
    hostname String
    id String
    portal id
    modifiedAt String
    modifiedBy String
    name String
    secureWebGateway Boolean
    Route outbound MCP traffic through Zero Trust Secure Web Gateway
    servers List<GetZeroTrustAccessAiControlsMcpPortalsResultServer>
    allowCodeMode boolean
    Allow remote code execution in Dynamic Workers (beta)
    createdAt string
    createdBy string
    description string
    hostname string
    id string
    portal id
    modifiedAt string
    modifiedBy string
    name string
    secureWebGateway boolean
    Route outbound MCP traffic through Zero Trust Secure Web Gateway
    servers GetZeroTrustAccessAiControlsMcpPortalsResultServer[]
    allow_code_mode bool
    Allow remote code execution in Dynamic Workers (beta)
    created_at str
    created_by str
    description str
    hostname str
    id str
    portal id
    modified_at str
    modified_by str
    name str
    secure_web_gateway bool
    Route outbound MCP traffic through Zero Trust Secure Web Gateway
    servers Sequence[GetZeroTrustAccessAiControlsMcpPortalsResultServer]
    allowCodeMode Boolean
    Allow remote code execution in Dynamic Workers (beta)
    createdAt String
    createdBy String
    description String
    hostname String
    id String
    portal id
    modifiedAt String
    modifiedBy String
    name String
    secureWebGateway Boolean
    Route outbound MCP traffic through Zero Trust Secure Web Gateway
    servers List<Property Map>

    GetZeroTrustAccessAiControlsMcpPortalsResultServer

    AuthType string
    Available values: "oauth", "bearer", "unauthenticated".
    CreatedAt string
    CreatedBy string
    DefaultDisabled bool
    Description string
    Error string
    ErrorDetails GetZeroTrustAccessAiControlsMcpPortalsResultServerErrorDetails
    Hostname string
    Id string
    server id
    IsSharedOauthCallbackEnabled bool
    When true, the gateway worker uses the shared Cloudflare-owned OAuth callback endpoint as the redirectUri for upstream on-behalf OAuth, instead of the customer portal hostname. New public server creates default to true; existing servers default to false from migration until explicitly updated. Effective behavior is gated by the gateway worker's per-env rollout mode KV key.
    LastSuccessfulSync string
    LastSynced string
    ModifiedAt string
    ModifiedBy string
    Name string
    OnBehalf bool
    Prompts List<ImmutableDictionary<string, string>>
    SecureWebGateway bool
    Route outbound traffic to this MCP server through Zero Trust Secure Web Gateway
    ServerId string
    server id
    Status string
    Tools List<ImmutableDictionary<string, string>>
    UpdatedPrompts List<GetZeroTrustAccessAiControlsMcpPortalsResultServerUpdatedPrompt>
    UpdatedTools List<GetZeroTrustAccessAiControlsMcpPortalsResultServerUpdatedTool>
    AuthType string
    Available values: "oauth", "bearer", "unauthenticated".
    CreatedAt string
    CreatedBy string
    DefaultDisabled bool
    Description string
    Error string
    ErrorDetails GetZeroTrustAccessAiControlsMcpPortalsResultServerErrorDetails
    Hostname string
    Id string
    server id
    IsSharedOauthCallbackEnabled bool
    When true, the gateway worker uses the shared Cloudflare-owned OAuth callback endpoint as the redirectUri for upstream on-behalf OAuth, instead of the customer portal hostname. New public server creates default to true; existing servers default to false from migration until explicitly updated. Effective behavior is gated by the gateway worker's per-env rollout mode KV key.
    LastSuccessfulSync string
    LastSynced string
    ModifiedAt string
    ModifiedBy string
    Name string
    OnBehalf bool
    Prompts []map[string]string
    SecureWebGateway bool
    Route outbound traffic to this MCP server through Zero Trust Secure Web Gateway
    ServerId string
    server id
    Status string
    Tools []map[string]string
    UpdatedPrompts []GetZeroTrustAccessAiControlsMcpPortalsResultServerUpdatedPrompt
    UpdatedTools []GetZeroTrustAccessAiControlsMcpPortalsResultServerUpdatedTool
    auth_type string
    Available values: "oauth", "bearer", "unauthenticated".
    created_at string
    created_by string
    default_disabled bool
    description string
    error string
    error_details object
    hostname string
    id string
    server id
    is_shared_oauth_callback_enabled bool
    When true, the gateway worker uses the shared Cloudflare-owned OAuth callback endpoint as the redirectUri for upstream on-behalf OAuth, instead of the customer portal hostname. New public server creates default to true; existing servers default to false from migration until explicitly updated. Effective behavior is gated by the gateway worker's per-env rollout mode KV key.
    last_successful_sync string
    last_synced string
    modified_at string
    modified_by string
    name string
    on_behalf bool
    prompts list(map(string))
    secure_web_gateway bool
    Route outbound traffic to this MCP server through Zero Trust Secure Web Gateway
    server_id string
    server id
    status string
    tools list(map(string))
    updated_prompts list(object)
    updated_tools list(object)
    authType String
    Available values: "oauth", "bearer", "unauthenticated".
    createdAt String
    createdBy String
    defaultDisabled Boolean
    description String
    error String
    errorDetails GetZeroTrustAccessAiControlsMcpPortalsResultServerErrorDetails
    hostname String
    id String
    server id
    isSharedOauthCallbackEnabled Boolean
    When true, the gateway worker uses the shared Cloudflare-owned OAuth callback endpoint as the redirectUri for upstream on-behalf OAuth, instead of the customer portal hostname. New public server creates default to true; existing servers default to false from migration until explicitly updated. Effective behavior is gated by the gateway worker's per-env rollout mode KV key.
    lastSuccessfulSync String
    lastSynced String
    modifiedAt String
    modifiedBy String
    name String
    onBehalf Boolean
    prompts List<Map<String,String>>
    secureWebGateway Boolean
    Route outbound traffic to this MCP server through Zero Trust Secure Web Gateway
    serverId String
    server id
    status String
    tools List<Map<String,String>>
    updatedPrompts List<GetZeroTrustAccessAiControlsMcpPortalsResultServerUpdatedPrompt>
    updatedTools List<GetZeroTrustAccessAiControlsMcpPortalsResultServerUpdatedTool>
    authType string
    Available values: "oauth", "bearer", "unauthenticated".
    createdAt string
    createdBy string
    defaultDisabled boolean
    description string
    error string
    errorDetails GetZeroTrustAccessAiControlsMcpPortalsResultServerErrorDetails
    hostname string
    id string
    server id
    isSharedOauthCallbackEnabled boolean
    When true, the gateway worker uses the shared Cloudflare-owned OAuth callback endpoint as the redirectUri for upstream on-behalf OAuth, instead of the customer portal hostname. New public server creates default to true; existing servers default to false from migration until explicitly updated. Effective behavior is gated by the gateway worker's per-env rollout mode KV key.
    lastSuccessfulSync string
    lastSynced string
    modifiedAt string
    modifiedBy string
    name string
    onBehalf boolean
    prompts {[key: string]: string}[]
    secureWebGateway boolean
    Route outbound traffic to this MCP server through Zero Trust Secure Web Gateway
    serverId string
    server id
    status string
    tools {[key: string]: string}[]
    updatedPrompts GetZeroTrustAccessAiControlsMcpPortalsResultServerUpdatedPrompt[]
    updatedTools GetZeroTrustAccessAiControlsMcpPortalsResultServerUpdatedTool[]
    auth_type str
    Available values: "oauth", "bearer", "unauthenticated".
    created_at str
    created_by str
    default_disabled bool
    description str
    error str
    error_details GetZeroTrustAccessAiControlsMcpPortalsResultServerErrorDetails
    hostname str
    id str
    server id
    is_shared_oauth_callback_enabled bool
    When true, the gateway worker uses the shared Cloudflare-owned OAuth callback endpoint as the redirectUri for upstream on-behalf OAuth, instead of the customer portal hostname. New public server creates default to true; existing servers default to false from migration until explicitly updated. Effective behavior is gated by the gateway worker's per-env rollout mode KV key.
    last_successful_sync str
    last_synced str
    modified_at str
    modified_by str
    name str
    on_behalf bool
    prompts Sequence[Mapping[str, str]]
    secure_web_gateway bool
    Route outbound traffic to this MCP server through Zero Trust Secure Web Gateway
    server_id str
    server id
    status str
    tools Sequence[Mapping[str, str]]
    updated_prompts Sequence[GetZeroTrustAccessAiControlsMcpPortalsResultServerUpdatedPrompt]
    updated_tools Sequence[GetZeroTrustAccessAiControlsMcpPortalsResultServerUpdatedTool]
    authType String
    Available values: "oauth", "bearer", "unauthenticated".
    createdAt String
    createdBy String
    defaultDisabled Boolean
    description String
    error String
    errorDetails Property Map
    hostname String
    id String
    server id
    isSharedOauthCallbackEnabled Boolean
    When true, the gateway worker uses the shared Cloudflare-owned OAuth callback endpoint as the redirectUri for upstream on-behalf OAuth, instead of the customer portal hostname. New public server creates default to true; existing servers default to false from migration until explicitly updated. Effective behavior is gated by the gateway worker's per-env rollout mode KV key.
    lastSuccessfulSync String
    lastSynced String
    modifiedAt String
    modifiedBy String
    name String
    onBehalf Boolean
    prompts List<Map<String>>
    secureWebGateway Boolean
    Route outbound traffic to this MCP server through Zero Trust Secure Web Gateway
    serverId String
    server id
    status String
    tools List<Map<String>>
    updatedPrompts List<Property Map>
    updatedTools List<Property Map>

    GetZeroTrustAccessAiControlsMcpPortalsResultServerErrorDetails

    Cause string
    Underlying error message
    IsUpstream bool
    True = MCP server returned an error. False = couldn't reach the server
    McpCode double
    MCP protocol error code
    Retryable bool
    Whether the error is transient and worth retrying
    StatusCode double
    HTTP status code from the server
    Cause string
    Underlying error message
    IsUpstream bool
    True = MCP server returned an error. False = couldn't reach the server
    McpCode float64
    MCP protocol error code
    Retryable bool
    Whether the error is transient and worth retrying
    StatusCode float64
    HTTP status code from the server
    cause string
    Underlying error message
    is_upstream bool
    True = MCP server returned an error. False = couldn't reach the server
    mcp_code number
    MCP protocol error code
    retryable bool
    Whether the error is transient and worth retrying
    status_code number
    HTTP status code from the server
    cause String
    Underlying error message
    isUpstream Boolean
    True = MCP server returned an error. False = couldn't reach the server
    mcpCode Double
    MCP protocol error code
    retryable Boolean
    Whether the error is transient and worth retrying
    statusCode Double
    HTTP status code from the server
    cause string
    Underlying error message
    isUpstream boolean
    True = MCP server returned an error. False = couldn't reach the server
    mcpCode number
    MCP protocol error code
    retryable boolean
    Whether the error is transient and worth retrying
    statusCode number
    HTTP status code from the server
    cause str
    Underlying error message
    is_upstream bool
    True = MCP server returned an error. False = couldn't reach the server
    mcp_code float
    MCP protocol error code
    retryable bool
    Whether the error is transient and worth retrying
    status_code float
    HTTP status code from the server
    cause String
    Underlying error message
    isUpstream Boolean
    True = MCP server returned an error. False = couldn't reach the server
    mcpCode Number
    MCP protocol error code
    retryable Boolean
    Whether the error is transient and worth retrying
    statusCode Number
    HTTP status code from the server

    GetZeroTrustAccessAiControlsMcpPortalsResultServerUpdatedPrompt

    GetZeroTrustAccessAiControlsMcpPortalsResultServerUpdatedTool

    Package Details

    Repository
    Cloudflare pulumi/pulumi-cloudflare
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the cloudflare Terraform Provider.
    cloudflare logo
    Viewing docs for Cloudflare v6.18.0
    published on Thursday, Jul 16, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial