Viewing docs for Cloudflare v6.20.0
published on Tuesday, Aug 25, 2026 by Pulumi
published on Tuesday, Aug 25, 2026 by Pulumi
Viewing docs for Cloudflare v6.20.0
published on Tuesday, Aug 25, 2026 by Pulumi
published on Tuesday, Aug 25, 2026 by Pulumi
Accepted Permissions
MCP Portals ReadMCP Portals Write
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as cloudflare from "@pulumi/cloudflare";
const exampleZeroTrustAccessAiControlsMcpPortal = cloudflare.getZeroTrustAccessAiControlsMcpPortal({
accountId: "a86a8f5c339544d7bdc89926de14fb8c",
id: "my-mcp-portal",
});
import pulumi
import pulumi_cloudflare as cloudflare
example_zero_trust_access_ai_controls_mcp_portal = cloudflare.get_zero_trust_access_ai_controls_mcp_portal(account_id="a86a8f5c339544d7bdc89926de14fb8c",
id="my-mcp-portal")
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.GetZeroTrustAccessAiControlsMcpPortal(ctx, &cloudflare.LookupZeroTrustAccessAiControlsMcpPortalArgs{
AccountId: pulumi.StringRef("a86a8f5c339544d7bdc89926de14fb8c"),
Id: pulumi.StringRef("my-mcp-portal"),
}, 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 exampleZeroTrustAccessAiControlsMcpPortal = Cloudflare.GetZeroTrustAccessAiControlsMcpPortal.Invoke(new()
{
AccountId = "a86a8f5c339544d7bdc89926de14fb8c",
Id = "my-mcp-portal",
});
});
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.GetZeroTrustAccessAiControlsMcpPortalArgs;
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 exampleZeroTrustAccessAiControlsMcpPortal = CloudflareFunctions.getZeroTrustAccessAiControlsMcpPortal(GetZeroTrustAccessAiControlsMcpPortalArgs.builder()
.accountId("a86a8f5c339544d7bdc89926de14fb8c")
.id("my-mcp-portal")
.build());
}
}
variables:
exampleZeroTrustAccessAiControlsMcpPortal:
fn::invoke:
function: cloudflare:getZeroTrustAccessAiControlsMcpPortal
arguments:
accountId: a86a8f5c339544d7bdc89926de14fb8c
id: my-mcp-portal
pulumi {
required_providers {
cloudflare = {
source = "pulumi/cloudflare"
}
}
}
data "cloudflare_getzerotrustaccessaicontrolsmcpportal" "exampleZeroTrustAccessAiControlsMcpPortal" {
account_id = "a86a8f5c339544d7bdc89926de14fb8c"
id = "my-mcp-portal"
}
Using getZeroTrustAccessAiControlsMcpPortal
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 getZeroTrustAccessAiControlsMcpPortal(args: GetZeroTrustAccessAiControlsMcpPortalArgs, opts?: InvokeOptions): Promise<GetZeroTrustAccessAiControlsMcpPortalResult>
function getZeroTrustAccessAiControlsMcpPortalOutput(args: GetZeroTrustAccessAiControlsMcpPortalOutputArgs, opts?: InvokeOutputOptions): Output<GetZeroTrustAccessAiControlsMcpPortalResult>def get_zero_trust_access_ai_controls_mcp_portal(account_id: Optional[str] = None,
filter: Optional[GetZeroTrustAccessAiControlsMcpPortalFilter] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetZeroTrustAccessAiControlsMcpPortalResult
def get_zero_trust_access_ai_controls_mcp_portal_output(account_id: pulumi.Input[Optional[str]] = None,
filter: pulumi.Input[Optional[GetZeroTrustAccessAiControlsMcpPortalFilterArgs]] = None,
id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetZeroTrustAccessAiControlsMcpPortalResult]func LookupZeroTrustAccessAiControlsMcpPortal(ctx *Context, args *LookupZeroTrustAccessAiControlsMcpPortalArgs, opts ...InvokeOption) (*LookupZeroTrustAccessAiControlsMcpPortalResult, error)
func LookupZeroTrustAccessAiControlsMcpPortalOutput(ctx *Context, args *LookupZeroTrustAccessAiControlsMcpPortalOutputArgs, opts ...InvokeOption) LookupZeroTrustAccessAiControlsMcpPortalResultOutput> Note: This function is named LookupZeroTrustAccessAiControlsMcpPortal in the Go SDK.
public static class GetZeroTrustAccessAiControlsMcpPortal
{
public static Task<GetZeroTrustAccessAiControlsMcpPortalResult> InvokeAsync(GetZeroTrustAccessAiControlsMcpPortalArgs args, InvokeOptions? opts = null)
public static Output<GetZeroTrustAccessAiControlsMcpPortalResult> Invoke(GetZeroTrustAccessAiControlsMcpPortalInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetZeroTrustAccessAiControlsMcpPortalResult> Invoke(GetZeroTrustAccessAiControlsMcpPortalInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetZeroTrustAccessAiControlsMcpPortalResult> getZeroTrustAccessAiControlsMcpPortal(GetZeroTrustAccessAiControlsMcpPortalArgs args, InvokeOptions options)
public static Output<GetZeroTrustAccessAiControlsMcpPortalResult> getZeroTrustAccessAiControlsMcpPortal(GetZeroTrustAccessAiControlsMcpPortalArgs args, InvokeOptions options)
public static Output<GetZeroTrustAccessAiControlsMcpPortalResult> getZeroTrustAccessAiControlsMcpPortal(GetZeroTrustAccessAiControlsMcpPortalArgs args, InvokeOutputOptions options)
fn::invoke:
function: cloudflare:index/getZeroTrustAccessAiControlsMcpPortal:getZeroTrustAccessAiControlsMcpPortal
arguments:
# arguments dictionarydata "cloudflare_get_zero_trust_access_ai_controls_mcp_portal" "name" {
# arguments
}The following arguments are supported:
- Account
Id string - Filter
Get
Zero Trust Access Ai Controls Mcp Portal Filter - Id string
- Unique identifier for the MCP portal.
- Account
Id string - Filter
Get
Zero Trust Access Ai Controls Mcp Portal Filter - Id string
- Unique identifier for the MCP portal.
- account_
id string - filter object
- id string
- Unique identifier for the MCP portal.
- account
Id String - filter
Get
Zero Trust Access Ai Controls Mcp Portal Filter - id String
- Unique identifier for the MCP portal.
- account
Id string - filter
Get
Zero Trust Access Ai Controls Mcp Portal Filter - id string
- Unique identifier for the MCP portal.
- account_
id str - filter
Get
Zero Trust Access Ai Controls Mcp Portal Filter - id str
- Unique identifier for the MCP portal.
- account
Id String - filter Property Map
- id String
- Unique identifier for the MCP portal.
getZeroTrustAccessAiControlsMcpPortal Result
The following output properties are available:
- Allow
Code boolMode - Deprecated: use
codeModefor new integrations.truemaps to any non-off Code Mode policy;falsemaps tocode_mode: off. If both fields are sent, they must be consistent or the request returns a 400. - Code
Mode string - Code Mode policy for this portal.
off: Code Mode is unavailable; query parameters are ignored.optIn: Code Mode is off by default; clients turn it on with?codemode=search_and_execute.defaultOn: Code Mode is on by default; clients can opt out with?codemode=off.enforced: Code Mode is always on; query parameters are ignored. Defaults tooptInwhen omitted on create. If bothcodeModeandallowCodeModeare sent, they must be consistent or the request returns a 400. Available values: "off", "optin", "defaulton", "enforced". - Created
At string - Created
By string - Description string
- Optional description of the MCP portal.
- Hostname string
- Hostname where the MCP portal is available.
- Id string
- Unique identifier for the MCP portal.
- Modified
At string - Modified
By string - Name string
- Display name for the MCP portal.
- Secure
Web boolGateway - Route outbound MCP traffic through Zero Trust Secure Web Gateway.
- Servers
List<Get
Zero Trust Access Ai Controls Mcp Portal Server> - Account
Id string - Filter
Get
Zero Trust Access Ai Controls Mcp Portal Filter
- Allow
Code boolMode - Deprecated: use
codeModefor new integrations.truemaps to any non-off Code Mode policy;falsemaps tocode_mode: off. If both fields are sent, they must be consistent or the request returns a 400. - Code
Mode string - Code Mode policy for this portal.
off: Code Mode is unavailable; query parameters are ignored.optIn: Code Mode is off by default; clients turn it on with?codemode=search_and_execute.defaultOn: Code Mode is on by default; clients can opt out with?codemode=off.enforced: Code Mode is always on; query parameters are ignored. Defaults tooptInwhen omitted on create. If bothcodeModeandallowCodeModeare sent, they must be consistent or the request returns a 400. Available values: "off", "optin", "defaulton", "enforced". - Created
At string - Created
By string - Description string
- Optional description of the MCP portal.
- Hostname string
- Hostname where the MCP portal is available.
- Id string
- Unique identifier for the MCP portal.
- Modified
At string - Modified
By string - Name string
- Display name for the MCP portal.
- Secure
Web boolGateway - Route outbound MCP traffic through Zero Trust Secure Web Gateway.
- Servers
[]Get
Zero Trust Access Ai Controls Mcp Portal Server - Account
Id string - Filter
Get
Zero Trust Access Ai Controls Mcp Portal Filter
- allow_
code_ boolmode - Deprecated: use
codeModefor new integrations.truemaps to any non-off Code Mode policy;falsemaps tocode_mode: off. If both fields are sent, they must be consistent or the request returns a 400. - code_
mode string - Code Mode policy for this portal.
off: Code Mode is unavailable; query parameters are ignored.optIn: Code Mode is off by default; clients turn it on with?codemode=search_and_execute.defaultOn: Code Mode is on by default; clients can opt out with?codemode=off.enforced: Code Mode is always on; query parameters are ignored. Defaults tooptInwhen omitted on create. If bothcodeModeandallowCodeModeare sent, they must be consistent or the request returns a 400. Available values: "off", "optin", "defaulton", "enforced". - created_
at string - created_
by string - description string
- Optional description of the MCP portal.
- hostname string
- Hostname where the MCP portal is available.
- id string
- Unique identifier for the MCP portal.
- modified_
at string - modified_
by string - name string
- Display name for the MCP portal.
- secure_
web_ boolgateway - Route outbound MCP traffic through Zero Trust Secure Web Gateway.
- servers list(object)
- account_
id string - filter object
- allow
Code BooleanMode - Deprecated: use
codeModefor new integrations.truemaps to any non-off Code Mode policy;falsemaps tocode_mode: off. If both fields are sent, they must be consistent or the request returns a 400. - code
Mode String - Code Mode policy for this portal.
off: Code Mode is unavailable; query parameters are ignored.optIn: Code Mode is off by default; clients turn it on with?codemode=search_and_execute.defaultOn: Code Mode is on by default; clients can opt out with?codemode=off.enforced: Code Mode is always on; query parameters are ignored. Defaults tooptInwhen omitted on create. If bothcodeModeandallowCodeModeare sent, they must be consistent or the request returns a 400. Available values: "off", "optin", "defaulton", "enforced". - created
At String - created
By String - description String
- Optional description of the MCP portal.
- hostname String
- Hostname where the MCP portal is available.
- id String
- Unique identifier for the MCP portal.
- modified
At String - modified
By String - name String
- Display name for the MCP portal.
- secure
Web BooleanGateway - Route outbound MCP traffic through Zero Trust Secure Web Gateway.
- servers
List<Get
Zero Trust Access Ai Controls Mcp Portal Server> - account
Id String - filter
Get
Zero Trust Access Ai Controls Mcp Portal Filter
- allow
Code booleanMode - Deprecated: use
codeModefor new integrations.truemaps to any non-off Code Mode policy;falsemaps tocode_mode: off. If both fields are sent, they must be consistent or the request returns a 400. - code
Mode string - Code Mode policy for this portal.
off: Code Mode is unavailable; query parameters are ignored.optIn: Code Mode is off by default; clients turn it on with?codemode=search_and_execute.defaultOn: Code Mode is on by default; clients can opt out with?codemode=off.enforced: Code Mode is always on; query parameters are ignored. Defaults tooptInwhen omitted on create. If bothcodeModeandallowCodeModeare sent, they must be consistent or the request returns a 400. Available values: "off", "optin", "defaulton", "enforced". - created
At string - created
By string - description string
- Optional description of the MCP portal.
- hostname string
- Hostname where the MCP portal is available.
- id string
- Unique identifier for the MCP portal.
- modified
At string - modified
By string - name string
- Display name for the MCP portal.
- secure
Web booleanGateway - Route outbound MCP traffic through Zero Trust Secure Web Gateway.
- servers
Get
Zero Trust Access Ai Controls Mcp Portal Server[] - account
Id string - filter
Get
Zero Trust Access Ai Controls Mcp Portal Filter
- allow_
code_ boolmode - Deprecated: use
codeModefor new integrations.truemaps to any non-off Code Mode policy;falsemaps tocode_mode: off. If both fields are sent, they must be consistent or the request returns a 400. - code_
mode str - Code Mode policy for this portal.
off: Code Mode is unavailable; query parameters are ignored.optIn: Code Mode is off by default; clients turn it on with?codemode=search_and_execute.defaultOn: Code Mode is on by default; clients can opt out with?codemode=off.enforced: Code Mode is always on; query parameters are ignored. Defaults tooptInwhen omitted on create. If bothcodeModeandallowCodeModeare sent, they must be consistent or the request returns a 400. Available values: "off", "optin", "defaulton", "enforced". - created_
at str - created_
by str - description str
- Optional description of the MCP portal.
- hostname str
- Hostname where the MCP portal is available.
- id str
- Unique identifier for the MCP portal.
- modified_
at str - modified_
by str - name str
- Display name for the MCP portal.
- secure_
web_ boolgateway - Route outbound MCP traffic through Zero Trust Secure Web Gateway.
- servers
Sequence[Get
Zero Trust Access Ai Controls Mcp Portal Server] - account_
id str - filter
Get
Zero Trust Access Ai Controls Mcp Portal Filter
- allow
Code BooleanMode - Deprecated: use
codeModefor new integrations.truemaps to any non-off Code Mode policy;falsemaps tocode_mode: off. If both fields are sent, they must be consistent or the request returns a 400. - code
Mode String - Code Mode policy for this portal.
off: Code Mode is unavailable; query parameters are ignored.optIn: Code Mode is off by default; clients turn it on with?codemode=search_and_execute.defaultOn: Code Mode is on by default; clients can opt out with?codemode=off.enforced: Code Mode is always on; query parameters are ignored. Defaults tooptInwhen omitted on create. If bothcodeModeandallowCodeModeare sent, they must be consistent or the request returns a 400. Available values: "off", "optin", "defaulton", "enforced". - created
At String - created
By String - description String
- Optional description of the MCP portal.
- hostname String
- Hostname where the MCP portal is available.
- id String
- Unique identifier for the MCP portal.
- modified
At String - modified
By String - name String
- Display name for the MCP portal.
- secure
Web BooleanGateway - Route outbound MCP traffic through Zero Trust Secure Web Gateway.
- servers List<Property Map>
- account
Id String - filter Property Map
Supporting Types
GetZeroTrustAccessAiControlsMcpPortalFilter
- Search string
- Search by id, name, hostname
- Search string
- Search by id, name, hostname
- search string
- Search by id, name, hostname
- search String
- Search by id, name, hostname
- search string
- Search by id, name, hostname
- search str
- Search by id, name, hostname
- search String
- Search by id, name, hostname
GetZeroTrustAccessAiControlsMcpPortalServer
- Auth
Config GetSummary Zero Trust Access Ai Controls Mcp Portal Server Auth Config Summary - Safe subset of authcredentials surfaced to the dashboard. Includes authmode (dcr|manual), hasclientsecret, clientsecretversion, and the OAuth endpoints + client*id for manual servers. Never includes the secret value.
- Auth
Type string - Authentication method used to connect to the upstream MCP server. Available values: "oauth", "bearer", "unauthenticated".
- Authentication
Status string - Whether administrative authentication is required before capabilities can be synced. Manual OAuth is user-managed and has no administrative authentication flow. Available values: "notRequired", "required", "connected", "stale", "manual".
- Created
At string - Created
By string - Default
Disabled bool - Description string
- Optional description of the MCP server.
- Error string
- Error
Details GetZero Trust Access Ai Controls Mcp Portal Server Error Details - Hostname string
- URL of the upstream MCP endpoint.
- Id string
- Unique identifier for the MCP server.
- 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 stringSync - Last
Synced string - Modified
At string - Modified
By string - Name string
- Display name for the MCP server.
- On
Behalf bool - Prompts
List<Immutable
Dictionary<string, string>> - Secure
Web boolGateway - Route outbound traffic to this MCP server through Zero Trust Secure Web Gateway.
- Server
Id string - Unique identifier for the MCP server.
- Status string
- Current sync state of the server Available values: "waiting", "ready", "stale", "error".
- Tools
List<Immutable
Dictionary<string, string>> - Updated
Prompts List<GetZero Trust Access Ai Controls Mcp Portal Server Updated Prompt> - Updated
Tools List<GetZero Trust Access Ai Controls Mcp Portal Server Updated Tool>
- Auth
Config GetSummary Zero Trust Access Ai Controls Mcp Portal Server Auth Config Summary - Safe subset of authcredentials surfaced to the dashboard. Includes authmode (dcr|manual), hasclientsecret, clientsecretversion, and the OAuth endpoints + client*id for manual servers. Never includes the secret value.
- Auth
Type string - Authentication method used to connect to the upstream MCP server. Available values: "oauth", "bearer", "unauthenticated".
- Authentication
Status string - Whether administrative authentication is required before capabilities can be synced. Manual OAuth is user-managed and has no administrative authentication flow. Available values: "notRequired", "required", "connected", "stale", "manual".
- Created
At string - Created
By string - Default
Disabled bool - Description string
- Optional description of the MCP server.
- Error string
- Error
Details GetZero Trust Access Ai Controls Mcp Portal Server Error Details - Hostname string
- URL of the upstream MCP endpoint.
- Id string
- Unique identifier for the MCP server.
- 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 stringSync - Last
Synced string - Modified
At string - Modified
By string - Name string
- Display name for the MCP server.
- On
Behalf bool - Prompts []map[string]string
- Secure
Web boolGateway - Route outbound traffic to this MCP server through Zero Trust Secure Web Gateway.
- Server
Id string - Unique identifier for the MCP server.
- Status string
- Current sync state of the server Available values: "waiting", "ready", "stale", "error".
- Tools []map[string]string
- Updated
Prompts []GetZero Trust Access Ai Controls Mcp Portal Server Updated Prompt - Updated
Tools []GetZero Trust Access Ai Controls Mcp Portal Server Updated Tool
- auth_
config_ objectsummary - Safe subset of authcredentials surfaced to the dashboard. Includes authmode (dcr|manual), hasclientsecret, clientsecretversion, and the OAuth endpoints + client*id for manual servers. Never includes the secret value.
- auth_
type string - Authentication method used to connect to the upstream MCP server. Available values: "oauth", "bearer", "unauthenticated".
- authentication_
status string - Whether administrative authentication is required before capabilities can be synced. Manual OAuth is user-managed and has no administrative authentication flow. Available values: "notRequired", "required", "connected", "stale", "manual".
- created_
at string - created_
by string - default_
disabled bool - description string
- Optional description of the MCP server.
- error string
- error_
details object - hostname string
- URL of the upstream MCP endpoint.
- id string
- Unique identifier for the MCP server.
- 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_ stringsync - last_
synced string - modified_
at string - modified_
by string - name string
- Display name for the MCP server.
- on_
behalf bool - prompts list(map(string))
- secure_
web_ boolgateway - Route outbound traffic to this MCP server through Zero Trust Secure Web Gateway.
- server_
id string - Unique identifier for the MCP server.
- status string
- Current sync state of the server Available values: "waiting", "ready", "stale", "error".
- tools list(map(string))
- updated_
prompts list(object) - updated_
tools list(object)
- auth
Config GetSummary Zero Trust Access Ai Controls Mcp Portal Server Auth Config Summary - Safe subset of authcredentials surfaced to the dashboard. Includes authmode (dcr|manual), hasclientsecret, clientsecretversion, and the OAuth endpoints + client*id for manual servers. Never includes the secret value.
- auth
Type String - Authentication method used to connect to the upstream MCP server. Available values: "oauth", "bearer", "unauthenticated".
- authentication
Status String - Whether administrative authentication is required before capabilities can be synced. Manual OAuth is user-managed and has no administrative authentication flow. Available values: "notRequired", "required", "connected", "stale", "manual".
- created
At String - created
By String - default
Disabled Boolean - description String
- Optional description of the MCP server.
- error String
- error
Details GetZero Trust Access Ai Controls Mcp Portal Server Error Details - hostname String
- URL of the upstream MCP endpoint.
- id String
- Unique identifier for the MCP server.
- 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.
- last
Successful StringSync - last
Synced String - modified
At String - modified
By String - name String
- Display name for the MCP server.
- on
Behalf Boolean - prompts List<Map<String,String>>
- secure
Web BooleanGateway - Route outbound traffic to this MCP server through Zero Trust Secure Web Gateway.
- server
Id String - Unique identifier for the MCP server.
- status String
- Current sync state of the server Available values: "waiting", "ready", "stale", "error".
- tools List<Map<String,String>>
- updated
Prompts List<GetZero Trust Access Ai Controls Mcp Portal Server Updated Prompt> - updated
Tools List<GetZero Trust Access Ai Controls Mcp Portal Server Updated Tool>
- auth
Config GetSummary Zero Trust Access Ai Controls Mcp Portal Server Auth Config Summary - Safe subset of authcredentials surfaced to the dashboard. Includes authmode (dcr|manual), hasclientsecret, clientsecretversion, and the OAuth endpoints + client*id for manual servers. Never includes the secret value.
- auth
Type string - Authentication method used to connect to the upstream MCP server. Available values: "oauth", "bearer", "unauthenticated".
- authentication
Status string - Whether administrative authentication is required before capabilities can be synced. Manual OAuth is user-managed and has no administrative authentication flow. Available values: "notRequired", "required", "connected", "stale", "manual".
- created
At string - created
By string - default
Disabled boolean - description string
- Optional description of the MCP server.
- error string
- error
Details GetZero Trust Access Ai Controls Mcp Portal Server Error Details - hostname string
- URL of the upstream MCP endpoint.
- id string
- Unique identifier for the MCP server.
- 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.
- last
Successful stringSync - last
Synced string - modified
At string - modified
By string - name string
- Display name for the MCP server.
- on
Behalf boolean - prompts {[key: string]: string}[]
- secure
Web booleanGateway - Route outbound traffic to this MCP server through Zero Trust Secure Web Gateway.
- server
Id string - Unique identifier for the MCP server.
- status string
- Current sync state of the server Available values: "waiting", "ready", "stale", "error".
- tools {[key: string]: string}[]
- updated
Prompts GetZero Trust Access Ai Controls Mcp Portal Server Updated Prompt[] - updated
Tools GetZero Trust Access Ai Controls Mcp Portal Server Updated Tool[]
- auth_
config_ Getsummary Zero Trust Access Ai Controls Mcp Portal Server Auth Config Summary - Safe subset of authcredentials surfaced to the dashboard. Includes authmode (dcr|manual), hasclientsecret, clientsecretversion, and the OAuth endpoints + client*id for manual servers. Never includes the secret value.
- auth_
type str - Authentication method used to connect to the upstream MCP server. Available values: "oauth", "bearer", "unauthenticated".
- authentication_
status str - Whether administrative authentication is required before capabilities can be synced. Manual OAuth is user-managed and has no administrative authentication flow. Available values: "notRequired", "required", "connected", "stale", "manual".
- created_
at str - created_
by str - default_
disabled bool - description str
- Optional description of the MCP server.
- error str
- error_
details GetZero Trust Access Ai Controls Mcp Portal Server Error Details - hostname str
- URL of the upstream MCP endpoint.
- id str
- Unique identifier for the MCP server.
- 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_ strsync - last_
synced str - modified_
at str - modified_
by str - name str
- Display name for the MCP server.
- on_
behalf bool - prompts Sequence[Mapping[str, str]]
- secure_
web_ boolgateway - Route outbound traffic to this MCP server through Zero Trust Secure Web Gateway.
- server_
id str - Unique identifier for the MCP server.
- status str
- Current sync state of the server Available values: "waiting", "ready", "stale", "error".
- tools Sequence[Mapping[str, str]]
- updated_
prompts Sequence[GetZero Trust Access Ai Controls Mcp Portal Server Updated Prompt] - updated_
tools Sequence[GetZero Trust Access Ai Controls Mcp Portal Server Updated Tool]
- auth
Config Property MapSummary - Safe subset of authcredentials surfaced to the dashboard. Includes authmode (dcr|manual), hasclientsecret, clientsecretversion, and the OAuth endpoints + client*id for manual servers. Never includes the secret value.
- auth
Type String - Authentication method used to connect to the upstream MCP server. Available values: "oauth", "bearer", "unauthenticated".
- authentication
Status String - Whether administrative authentication is required before capabilities can be synced. Manual OAuth is user-managed and has no administrative authentication flow. Available values: "notRequired", "required", "connected", "stale", "manual".
- created
At String - created
By String - default
Disabled Boolean - description String
- Optional description of the MCP server.
- error String
- error
Details Property Map - hostname String
- URL of the upstream MCP endpoint.
- id String
- Unique identifier for the MCP server.
- 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.
- last
Successful StringSync - last
Synced String - modified
At String - modified
By String - name String
- Display name for the MCP server.
- on
Behalf Boolean - prompts List<Map<String>>
- secure
Web BooleanGateway - Route outbound traffic to this MCP server through Zero Trust Secure Web Gateway.
- server
Id String - Unique identifier for the MCP server.
- status String
- Current sync state of the server Available values: "waiting", "ready", "stale", "error".
- tools List<Map<String>>
- updated
Prompts List<Property Map> - updated
Tools List<Property Map>
GetZeroTrustAccessAiControlsMcpPortalServerAuthConfigSummary
- Auth
Mode string - Available values: "dcr", "manual".
- Client
Secret doubleVersion - Config
Get
Zero Trust Access Ai Controls Mcp Portal Server Auth Config Summary Config - Has
Client boolSecret - Registration
Info GetZero Trust Access Ai Controls Mcp Portal Server Auth Config Summary Registration Info
- Auth
Mode string - Available values: "dcr", "manual".
- Client
Secret float64Version - Config
Get
Zero Trust Access Ai Controls Mcp Portal Server Auth Config Summary Config - Has
Client boolSecret - Registration
Info GetZero Trust Access Ai Controls Mcp Portal Server Auth Config Summary Registration Info
- auth_
mode string - Available values: "dcr", "manual".
- client_
secret_ numberversion - config object
- has_
client_ boolsecret - registration_
info object
- auth
Mode String - Available values: "dcr", "manual".
- client
Secret DoubleVersion - config
Get
Zero Trust Access Ai Controls Mcp Portal Server Auth Config Summary Config - has
Client BooleanSecret - registration
Info GetZero Trust Access Ai Controls Mcp Portal Server Auth Config Summary Registration Info
- auth
Mode string - Available values: "dcr", "manual".
- client
Secret numberVersion - config
Get
Zero Trust Access Ai Controls Mcp Portal Server Auth Config Summary Config - has
Client booleanSecret - registration
Info GetZero Trust Access Ai Controls Mcp Portal Server Auth Config Summary Registration Info
- auth
Mode String - Available values: "dcr", "manual".
- client
Secret NumberVersion - config Property Map
- has
Client BooleanSecret - registration
Info Property Map
GetZeroTrustAccessAiControlsMcpPortalServerAuthConfigSummaryConfig
- string
- Issuer string
- Resource string
- Revocation
Endpoint string - Token
Endpoint string
- string
- Issuer string
- Resource string
- Revocation
Endpoint string - Token
Endpoint string
- string
- issuer string
- resource string
- revocation_
endpoint string - token_
endpoint string
- String
- issuer String
- resource String
- revocation
Endpoint String - token
Endpoint String
- string
- issuer string
- resource string
- revocation
Endpoint string - token
Endpoint string
- str
- issuer str
- resource str
- revocation_
endpoint str - token_
endpoint str
- String
- issuer String
- resource String
- revocation
Endpoint String - token
Endpoint String
GetZeroTrustAccessAiControlsMcpPortalServerAuthConfigSummaryRegistrationInfo
- Client
Id string - Redirect
Uris List<string> - Scope string
- Token
Endpoint stringAuth Method
- Client
Id string - Redirect
Uris []string - Scope string
- Token
Endpoint stringAuth Method
- client_
id string - redirect_
uris list(string) - scope string
- token_
endpoint_ stringauth_ method
- client
Id String - redirect
Uris List<String> - scope String
- token
Endpoint StringAuth Method
- client
Id string - redirect
Uris string[] - scope string
- token
Endpoint stringAuth Method
- client_
id str - redirect_
uris Sequence[str] - scope str
- token_
endpoint_ strauth_ method
- client
Id String - redirect
Uris List<String> - scope String
- token
Endpoint StringAuth Method
GetZeroTrustAccessAiControlsMcpPortalServerErrorDetails
- Cause string
- Underlying error message
- Is
Upstream bool - True = MCP server returned an error. False = couldn't reach the server
- Mcp
Code double - MCP protocol error code
- Retryable bool
- Whether the error is transient and worth retrying
- Status
Code double - 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 float64 - MCP protocol error code
- Retryable bool
- Whether the error is transient and worth retrying
- Status
Code 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
- is
Upstream Boolean - True = MCP server returned an error. False = couldn't reach the server
- mcp
Code Double - MCP protocol error code
- retryable Boolean
- Whether the error is transient and worth retrying
- status
Code Double - HTTP status code from the server
- cause string
- Underlying error message
- is
Upstream boolean - True = MCP server returned an error. False = couldn't reach the server
- mcp
Code number - MCP protocol error code
- retryable boolean
- Whether the error is transient and worth retrying
- status
Code 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
- is
Upstream Boolean - True = MCP server returned an error. False = couldn't reach the server
- mcp
Code Number - MCP protocol error code
- retryable Boolean
- Whether the error is transient and worth retrying
- status
Code Number - HTTP status code from the server
GetZeroTrustAccessAiControlsMcpPortalServerUpdatedPrompt
- Enabled bool
- Name string
- Portal
Alias string - Portal
Description string - Server
Alias string - Server
Description string
- Enabled bool
- Name string
- Portal
Alias string - Portal
Description string - Server
Alias string - Server
Description string
- enabled bool
- name string
- portal_
alias string - portal_
description string - server_
alias string - server_
description string
- enabled Boolean
- name String
- portal
Alias String - portal
Description String - server
Alias String - server
Description String
- enabled boolean
- name string
- portal
Alias string - portal
Description string - server
Alias string - server
Description string
- enabled bool
- name str
- portal_
alias str - portal_
description str - server_
alias str - server_
description str
- enabled Boolean
- name String
- portal
Alias String - portal
Description String - server
Alias String - server
Description String
GetZeroTrustAccessAiControlsMcpPortalServerUpdatedTool
- Enabled bool
- Name string
- Portal
Alias string - Portal
Description string - Server
Alias string - Server
Description string
- Enabled bool
- Name string
- Portal
Alias string - Portal
Description string - Server
Alias string - Server
Description string
- enabled bool
- name string
- portal_
alias string - portal_
description string - server_
alias string - server_
description string
- enabled Boolean
- name String
- portal
Alias String - portal
Description String - server
Alias String - server
Description String
- enabled boolean
- name string
- portal
Alias string - portal
Description string - server
Alias string - server
Description string
- enabled bool
- name str
- portal_
alias str - portal_
description str - server_
alias str - server_
description str
- enabled Boolean
- name String
- portal
Alias String - portal
Description String - server
Alias String - server
Description String
Package Details
- Repository
- Cloudflare pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudflareTerraform Provider.
Viewing docs for Cloudflare v6.20.0
published on Tuesday, Aug 25, 2026 by Pulumi
published on Tuesday, Aug 25, 2026 by Pulumi