1. Registry
  2. Packages
  3. Cloudflare Provider
  4. API Docs
  5. getZeroTrustAccessAiControlsMcpServer
Viewing docs for Cloudflare v6.20.0
published on Tuesday, Aug 25, 2026 by Pulumi
cloudflare logo cloudflare logo
Viewing docs for Cloudflare v6.20.0
published on Tuesday, Aug 25, 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 exampleZeroTrustAccessAiControlsMcpServer = cloudflare.getZeroTrustAccessAiControlsMcpServer({
        accountId: "a86a8f5c339544d7bdc89926de14fb8c",
        id: "my-mcp-server",
    });
    
    import pulumi
    import pulumi_cloudflare as cloudflare
    
    example_zero_trust_access_ai_controls_mcp_server = cloudflare.get_zero_trust_access_ai_controls_mcp_server(account_id="a86a8f5c339544d7bdc89926de14fb8c",
        id="my-mcp-server")
    
    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.GetZeroTrustAccessAiControlsMcpServer(ctx, &cloudflare.LookupZeroTrustAccessAiControlsMcpServerArgs{
    			AccountId: pulumi.StringRef("a86a8f5c339544d7bdc89926de14fb8c"),
    			Id:        pulumi.StringRef("my-mcp-server"),
    		}, 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 exampleZeroTrustAccessAiControlsMcpServer = Cloudflare.GetZeroTrustAccessAiControlsMcpServer.Invoke(new()
        {
            AccountId = "a86a8f5c339544d7bdc89926de14fb8c",
            Id = "my-mcp-server",
        });
    
    });
    
    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.GetZeroTrustAccessAiControlsMcpServerArgs;
    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 exampleZeroTrustAccessAiControlsMcpServer = CloudflareFunctions.getZeroTrustAccessAiControlsMcpServer(GetZeroTrustAccessAiControlsMcpServerArgs.builder()
                .accountId("a86a8f5c339544d7bdc89926de14fb8c")
                .id("my-mcp-server")
                .build());
    
        }
    }
    
    variables:
      exampleZeroTrustAccessAiControlsMcpServer:
        fn::invoke:
          function: cloudflare:getZeroTrustAccessAiControlsMcpServer
          arguments:
            accountId: a86a8f5c339544d7bdc89926de14fb8c
            id: my-mcp-server
    
    pulumi {
      required_providers {
        cloudflare = {
          source = "pulumi/cloudflare"
        }
      }
    }
    
    data "cloudflare_getzerotrustaccessaicontrolsmcpserver" "exampleZeroTrustAccessAiControlsMcpServer" {
      account_id = "a86a8f5c339544d7bdc89926de14fb8c"
      id         = "my-mcp-server"
    }
    

    Using getZeroTrustAccessAiControlsMcpServer

    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 getZeroTrustAccessAiControlsMcpServer(args: GetZeroTrustAccessAiControlsMcpServerArgs, opts?: InvokeOptions): Promise<GetZeroTrustAccessAiControlsMcpServerResult>
    function getZeroTrustAccessAiControlsMcpServerOutput(args: GetZeroTrustAccessAiControlsMcpServerOutputArgs, opts?: InvokeOutputOptions): Output<GetZeroTrustAccessAiControlsMcpServerResult>
    def get_zero_trust_access_ai_controls_mcp_server(account_id: Optional[str] = None,
                                                     filter: Optional[GetZeroTrustAccessAiControlsMcpServerFilter] = None,
                                                     id: Optional[str] = None,
                                                     opts: Optional[InvokeOptions] = None) -> GetZeroTrustAccessAiControlsMcpServerResult
    def get_zero_trust_access_ai_controls_mcp_server_output(account_id: pulumi.Input[Optional[str]] = None,
                                                     filter: pulumi.Input[Optional[GetZeroTrustAccessAiControlsMcpServerFilterArgs]] = None,
                                                     id: pulumi.Input[Optional[str]] = None,
                                                     opts: Optional[InvokeOutputOptions] = None) -> Output[GetZeroTrustAccessAiControlsMcpServerResult]
    func LookupZeroTrustAccessAiControlsMcpServer(ctx *Context, args *LookupZeroTrustAccessAiControlsMcpServerArgs, opts ...InvokeOption) (*LookupZeroTrustAccessAiControlsMcpServerResult, error)
    func LookupZeroTrustAccessAiControlsMcpServerOutput(ctx *Context, args *LookupZeroTrustAccessAiControlsMcpServerOutputArgs, opts ...InvokeOption) LookupZeroTrustAccessAiControlsMcpServerResultOutput

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

    public static class GetZeroTrustAccessAiControlsMcpServer 
    {
        public static Task<GetZeroTrustAccessAiControlsMcpServerResult> InvokeAsync(GetZeroTrustAccessAiControlsMcpServerArgs args, InvokeOptions? opts = null)
        public static Output<GetZeroTrustAccessAiControlsMcpServerResult> Invoke(GetZeroTrustAccessAiControlsMcpServerInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetZeroTrustAccessAiControlsMcpServerResult> Invoke(GetZeroTrustAccessAiControlsMcpServerInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetZeroTrustAccessAiControlsMcpServerResult> getZeroTrustAccessAiControlsMcpServer(GetZeroTrustAccessAiControlsMcpServerArgs args, InvokeOptions options)
    public static Output<GetZeroTrustAccessAiControlsMcpServerResult> getZeroTrustAccessAiControlsMcpServer(GetZeroTrustAccessAiControlsMcpServerArgs args, InvokeOptions options)
    public static Output<GetZeroTrustAccessAiControlsMcpServerResult> getZeroTrustAccessAiControlsMcpServer(GetZeroTrustAccessAiControlsMcpServerArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: cloudflare:index/getZeroTrustAccessAiControlsMcpServer:getZeroTrustAccessAiControlsMcpServer
      arguments:
        # arguments dictionary
    data "cloudflare_get_zero_trust_access_ai_controls_mcp_server" "name" {
        # arguments
    }

    The following arguments are supported:

    AccountId string
    Filter GetZeroTrustAccessAiControlsMcpServerFilter
    Id string
    Unique identifier for the MCP server.
    AccountId string
    Filter GetZeroTrustAccessAiControlsMcpServerFilter
    Id string
    Unique identifier for the MCP server.
    account_id string
    filter object
    id string
    Unique identifier for the MCP server.
    accountId String
    filter GetZeroTrustAccessAiControlsMcpServerFilter
    id String
    Unique identifier for the MCP server.
    accountId string
    filter GetZeroTrustAccessAiControlsMcpServerFilter
    id string
    Unique identifier for the MCP server.
    account_id str
    filter GetZeroTrustAccessAiControlsMcpServerFilter
    id str
    Unique identifier for the MCP server.
    accountId String
    filter Property Map
    id String
    Unique identifier for the MCP server.

    getZeroTrustAccessAiControlsMcpServer Result

    The following output properties are available:

    AuthConfigSummary GetZeroTrustAccessAiControlsMcpServerAuthConfigSummary
    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.
    AuthType string
    Authentication method used to connect to the upstream MCP server. Available values: "oauth", "bearer", "unauthenticated".
    AuthenticationStatus 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".
    CreatedAt string
    CreatedBy string
    Description string
    Optional description of the MCP server.
    Error string
    ErrorDetails GetZeroTrustAccessAiControlsMcpServerErrorDetails
    Hostname string
    URL of the upstream MCP endpoint.
    Id string
    Unique identifier for the MCP server.
    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
    Display name for the MCP server.
    Prompts List<ImmutableDictionary<string, string>>
    SecureWebGateway bool
    Route outbound traffic to this MCP server through Zero Trust Secure Web Gateway.
    Status string
    Current sync state of the server Available values: "waiting", "ready", "stale", "error".
    Tools List<ImmutableDictionary<string, string>>
    UpdatedPrompts List<GetZeroTrustAccessAiControlsMcpServerUpdatedPrompt>
    Server-wide prompt capability overrides.
    UpdatedTools List<GetZeroTrustAccessAiControlsMcpServerUpdatedTool>
    Server-wide tool capability overrides.
    AccountId string
    Filter GetZeroTrustAccessAiControlsMcpServerFilter
    AuthConfigSummary GetZeroTrustAccessAiControlsMcpServerAuthConfigSummary
    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.
    AuthType string
    Authentication method used to connect to the upstream MCP server. Available values: "oauth", "bearer", "unauthenticated".
    AuthenticationStatus 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".
    CreatedAt string
    CreatedBy string
    Description string
    Optional description of the MCP server.
    Error string
    ErrorDetails GetZeroTrustAccessAiControlsMcpServerErrorDetails
    Hostname string
    URL of the upstream MCP endpoint.
    Id string
    Unique identifier for the MCP server.
    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
    Display name for the MCP server.
    Prompts []map[string]string
    SecureWebGateway bool
    Route outbound traffic to this MCP server through Zero Trust Secure Web Gateway.
    Status string
    Current sync state of the server Available values: "waiting", "ready", "stale", "error".
    Tools []map[string]string
    UpdatedPrompts []GetZeroTrustAccessAiControlsMcpServerUpdatedPrompt
    Server-wide prompt capability overrides.
    UpdatedTools []GetZeroTrustAccessAiControlsMcpServerUpdatedTool
    Server-wide tool capability overrides.
    AccountId string
    Filter GetZeroTrustAccessAiControlsMcpServerFilter
    auth_config_summary object
    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
    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.
    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
    Display name for the MCP server.
    prompts list(map(string))
    secure_web_gateway bool
    Route outbound traffic to this MCP server through Zero Trust Secure Web Gateway.
    status string
    Current sync state of the server Available values: "waiting", "ready", "stale", "error".
    tools list(map(string))
    updated_prompts list(object)
    Server-wide prompt capability overrides.
    updated_tools list(object)
    Server-wide tool capability overrides.
    account_id string
    filter object
    authConfigSummary GetZeroTrustAccessAiControlsMcpServerAuthConfigSummary
    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.
    authType String
    Authentication method used to connect to the upstream MCP server. Available values: "oauth", "bearer", "unauthenticated".
    authenticationStatus 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".
    createdAt String
    createdBy String
    description String
    Optional description of the MCP server.
    error String
    errorDetails GetZeroTrustAccessAiControlsMcpServerErrorDetails
    hostname String
    URL of the upstream MCP endpoint.
    id String
    Unique identifier for the MCP server.
    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
    Display name for the MCP server.
    prompts List<Map<String,String>>
    secureWebGateway Boolean
    Route outbound traffic to this MCP server through Zero Trust Secure Web Gateway.
    status String
    Current sync state of the server Available values: "waiting", "ready", "stale", "error".
    tools List<Map<String,String>>
    updatedPrompts List<GetZeroTrustAccessAiControlsMcpServerUpdatedPrompt>
    Server-wide prompt capability overrides.
    updatedTools List<GetZeroTrustAccessAiControlsMcpServerUpdatedTool>
    Server-wide tool capability overrides.
    accountId String
    filter GetZeroTrustAccessAiControlsMcpServerFilter
    authConfigSummary GetZeroTrustAccessAiControlsMcpServerAuthConfigSummary
    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.
    authType string
    Authentication method used to connect to the upstream MCP server. Available values: "oauth", "bearer", "unauthenticated".
    authenticationStatus 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".
    createdAt string
    createdBy string
    description string
    Optional description of the MCP server.
    error string
    errorDetails GetZeroTrustAccessAiControlsMcpServerErrorDetails
    hostname string
    URL of the upstream MCP endpoint.
    id string
    Unique identifier for the MCP server.
    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
    Display name for the MCP server.
    prompts {[key: string]: string}[]
    secureWebGateway boolean
    Route outbound traffic to this MCP server through Zero Trust Secure Web Gateway.
    status string
    Current sync state of the server Available values: "waiting", "ready", "stale", "error".
    tools {[key: string]: string}[]
    updatedPrompts GetZeroTrustAccessAiControlsMcpServerUpdatedPrompt[]
    Server-wide prompt capability overrides.
    updatedTools GetZeroTrustAccessAiControlsMcpServerUpdatedTool[]
    Server-wide tool capability overrides.
    accountId string
    filter GetZeroTrustAccessAiControlsMcpServerFilter
    auth_config_summary GetZeroTrustAccessAiControlsMcpServerAuthConfigSummary
    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
    description str
    Optional description of the MCP server.
    error str
    error_details GetZeroTrustAccessAiControlsMcpServerErrorDetails
    hostname str
    URL of the upstream MCP endpoint.
    id str
    Unique identifier for the MCP server.
    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
    Display name for the MCP server.
    prompts Sequence[Mapping[str, str]]
    secure_web_gateway bool
    Route outbound traffic to this MCP server through Zero Trust Secure Web Gateway.
    status str
    Current sync state of the server Available values: "waiting", "ready", "stale", "error".
    tools Sequence[Mapping[str, str]]
    updated_prompts Sequence[GetZeroTrustAccessAiControlsMcpServerUpdatedPrompt]
    Server-wide prompt capability overrides.
    updated_tools Sequence[GetZeroTrustAccessAiControlsMcpServerUpdatedTool]
    Server-wide tool capability overrides.
    account_id str
    filter GetZeroTrustAccessAiControlsMcpServerFilter
    authConfigSummary Property Map
    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.
    authType String
    Authentication method used to connect to the upstream MCP server. Available values: "oauth", "bearer", "unauthenticated".
    authenticationStatus 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".
    createdAt String
    createdBy String
    description String
    Optional description of the MCP server.
    error String
    errorDetails Property Map
    hostname String
    URL of the upstream MCP endpoint.
    id String
    Unique identifier for the MCP server.
    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
    Display name for the MCP server.
    prompts List<Map<String>>
    secureWebGateway Boolean
    Route outbound traffic to this MCP server through Zero Trust Secure Web Gateway.
    status String
    Current sync state of the server Available values: "waiting", "ready", "stale", "error".
    tools List<Map<String>>
    updatedPrompts List<Property Map>
    Server-wide prompt capability overrides.
    updatedTools List<Property Map>
    Server-wide tool capability overrides.
    accountId String
    filter Property Map

    Supporting Types

    GetZeroTrustAccessAiControlsMcpServerAuthConfigSummary

    auth_mode string
    Available values: "dcr", "manual".
    client_secret_version number
    config object
    has_client_secret bool
    registration_info object

    GetZeroTrustAccessAiControlsMcpServerAuthConfigSummaryConfig

    GetZeroTrustAccessAiControlsMcpServerAuthConfigSummaryRegistrationInfo

    ClientId string
    RedirectUris List<string>
    Scope string
    TokenEndpointAuthMethod string
    clientId String
    redirectUris List<String>
    scope String
    tokenEndpointAuthMethod String
    clientId String
    redirectUris List<String>
    scope String
    tokenEndpointAuthMethod String

    GetZeroTrustAccessAiControlsMcpServerErrorDetails

    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

    GetZeroTrustAccessAiControlsMcpServerFilter

    Search string
    Search by id, name
    Search string
    Search by id, name
    search string
    Search by id, name
    search String
    Search by id, name
    search string
    Search by id, name
    search str
    Search by id, name
    search String
    Search by id, name

    GetZeroTrustAccessAiControlsMcpServerUpdatedPrompt

    Alias string
    Custom name exposed for the capability.
    Description string
    Custom description exposed for the capability.
    Enabled bool
    Whether the capability is available through the MCP server.
    Name string
    Name of the tool or prompt capability to override.
    Alias string
    Custom name exposed for the capability.
    Description string
    Custom description exposed for the capability.
    Enabled bool
    Whether the capability is available through the MCP server.
    Name string
    Name of the tool or prompt capability to override.
    alias string
    Custom name exposed for the capability.
    description string
    Custom description exposed for the capability.
    enabled bool
    Whether the capability is available through the MCP server.
    name string
    Name of the tool or prompt capability to override.
    alias String
    Custom name exposed for the capability.
    description String
    Custom description exposed for the capability.
    enabled Boolean
    Whether the capability is available through the MCP server.
    name String
    Name of the tool or prompt capability to override.
    alias string
    Custom name exposed for the capability.
    description string
    Custom description exposed for the capability.
    enabled boolean
    Whether the capability is available through the MCP server.
    name string
    Name of the tool or prompt capability to override.
    alias str
    Custom name exposed for the capability.
    description str
    Custom description exposed for the capability.
    enabled bool
    Whether the capability is available through the MCP server.
    name str
    Name of the tool or prompt capability to override.
    alias String
    Custom name exposed for the capability.
    description String
    Custom description exposed for the capability.
    enabled Boolean
    Whether the capability is available through the MCP server.
    name String
    Name of the tool or prompt capability to override.

    GetZeroTrustAccessAiControlsMcpServerUpdatedTool

    Alias string
    Custom name exposed for the capability.
    Description string
    Custom description exposed for the capability.
    Enabled bool
    Whether the capability is available through the MCP server.
    Name string
    Name of the tool or prompt capability to override.
    Alias string
    Custom name exposed for the capability.
    Description string
    Custom description exposed for the capability.
    Enabled bool
    Whether the capability is available through the MCP server.
    Name string
    Name of the tool or prompt capability to override.
    alias string
    Custom name exposed for the capability.
    description string
    Custom description exposed for the capability.
    enabled bool
    Whether the capability is available through the MCP server.
    name string
    Name of the tool or prompt capability to override.
    alias String
    Custom name exposed for the capability.
    description String
    Custom description exposed for the capability.
    enabled Boolean
    Whether the capability is available through the MCP server.
    name String
    Name of the tool or prompt capability to override.
    alias string
    Custom name exposed for the capability.
    description string
    Custom description exposed for the capability.
    enabled boolean
    Whether the capability is available through the MCP server.
    name string
    Name of the tool or prompt capability to override.
    alias str
    Custom name exposed for the capability.
    description str
    Custom description exposed for the capability.
    enabled bool
    Whether the capability is available through the MCP server.
    name str
    Name of the tool or prompt capability to override.
    alias String
    Custom name exposed for the capability.
    description String
    Custom description exposed for the capability.
    enabled Boolean
    Whether the capability is available through the MCP server.
    name String
    Name of the tool or prompt capability to override.

    Package Details

    Repository
    Cloudflare pulumi/pulumi-cloudflare
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the cloudflare Terraform Provider.
    cloudflare logo cloudflare logo
    Viewing docs for Cloudflare v6.20.0
    published on Tuesday, Aug 25, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial