1. Registry
  2. Packages
  3. Akeyless Provider
  4. API Docs
  5. McpSecretBearerToken
Viewing docs for akeyless 2.0.4
published on Monday, Aug 10, 2026 by akeyless-community
Viewing docs for akeyless 2.0.4
published on Monday, Aug 10, 2026 by akeyless-community

    MCP secret using Bearer Token authentication

    Create McpSecretBearerToken Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new McpSecretBearerToken(name: string, args?: McpSecretBearerTokenArgs, opts?: CustomResourceOptions);
    @overload
    def McpSecretBearerToken(resource_name: str,
                             args: Optional[McpSecretBearerTokenArgs] = None,
                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def McpSecretBearerToken(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             accessibility: Optional[str] = None,
                             bearer_token: Optional[str] = None,
                             delete_protection: Optional[str] = None,
                             description: Optional[str] = None,
                             input_rules: Optional[Sequence[str]] = None,
                             keep_prev_version: Optional[str] = None,
                             max_versions: Optional[str] = None,
                             mcp_secret_bearer_token_id: Optional[str] = None,
                             name: Optional[str] = None,
                             output_rules: Optional[Sequence[str]] = None,
                             protection_key: Optional[str] = None,
                             tags: Optional[Sequence[str]] = None,
                             url: Optional[str] = None)
    func NewMcpSecretBearerToken(ctx *Context, name string, args *McpSecretBearerTokenArgs, opts ...ResourceOption) (*McpSecretBearerToken, error)
    public McpSecretBearerToken(string name, McpSecretBearerTokenArgs? args = null, CustomResourceOptions? opts = null)
    public McpSecretBearerToken(String name, McpSecretBearerTokenArgs args)
    public McpSecretBearerToken(String name, McpSecretBearerTokenArgs args, CustomResourceOptions options)
    
    type: akeyless:McpSecretBearerToken
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "akeyless_mcp_secret_bearer_token" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args McpSecretBearerTokenArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args McpSecretBearerTokenArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args McpSecretBearerTokenArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args McpSecretBearerTokenArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args McpSecretBearerTokenArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var mcpSecretBearerTokenResource = new Akeyless.McpSecretBearerToken("mcpSecretBearerTokenResource", new()
    {
        Accessibility = "string",
        BearerToken = "string",
        DeleteProtection = "string",
        Description = "string",
        InputRules = new[]
        {
            "string",
        },
        KeepPrevVersion = "string",
        MaxVersions = "string",
        McpSecretBearerTokenId = "string",
        Name = "string",
        OutputRules = new[]
        {
            "string",
        },
        ProtectionKey = "string",
        Tags = new[]
        {
            "string",
        },
        Url = "string",
    });
    
    example, err := akeyless.NewMcpSecretBearerToken(ctx, "mcpSecretBearerTokenResource", &akeyless.McpSecretBearerTokenArgs{
    	Accessibility:    pulumi.String("string"),
    	BearerToken:      pulumi.String("string"),
    	DeleteProtection: pulumi.String("string"),
    	Description:      pulumi.String("string"),
    	InputRules: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	KeepPrevVersion:        pulumi.String("string"),
    	MaxVersions:            pulumi.String("string"),
    	McpSecretBearerTokenId: pulumi.String("string"),
    	Name:                   pulumi.String("string"),
    	OutputRules: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	ProtectionKey: pulumi.String("string"),
    	Tags: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Url: pulumi.String("string"),
    })
    
    resource "akeyless_mcp_secret_bearer_token" "mcpSecretBearerTokenResource" {
      lifecycle {
        create_before_destroy = true
      }
      accessibility              = "string"
      bearer_token               = "string"
      delete_protection          = "string"
      description                = "string"
      input_rules                = ["string"]
      keep_prev_version          = "string"
      max_versions               = "string"
      mcp_secret_bearer_token_id = "string"
      name                       = "string"
      output_rules               = ["string"]
      protection_key             = "string"
      tags                       = ["string"]
      url                        = "string"
    }
    
    var mcpSecretBearerTokenResource = new McpSecretBearerToken("mcpSecretBearerTokenResource", McpSecretBearerTokenArgs.builder()
        .accessibility("string")
        .bearerToken("string")
        .deleteProtection("string")
        .description("string")
        .inputRules("string")
        .keepPrevVersion("string")
        .maxVersions("string")
        .mcpSecretBearerTokenId("string")
        .name("string")
        .outputRules("string")
        .protectionKey("string")
        .tags("string")
        .url("string")
        .build());
    
    mcp_secret_bearer_token_resource = akeyless.McpSecretBearerToken("mcpSecretBearerTokenResource",
        accessibility="string",
        bearer_token="string",
        delete_protection="string",
        description="string",
        input_rules=["string"],
        keep_prev_version="string",
        max_versions="string",
        mcp_secret_bearer_token_id="string",
        name="string",
        output_rules=["string"],
        protection_key="string",
        tags=["string"],
        url="string")
    
    const mcpSecretBearerTokenResource = new akeyless.McpSecretBearerToken("mcpSecretBearerTokenResource", {
        accessibility: "string",
        bearerToken: "string",
        deleteProtection: "string",
        description: "string",
        inputRules: ["string"],
        keepPrevVersion: "string",
        maxVersions: "string",
        mcpSecretBearerTokenId: "string",
        name: "string",
        outputRules: ["string"],
        protectionKey: "string",
        tags: ["string"],
        url: "string",
    });
    
    type: akeyless:McpSecretBearerToken
    properties:
        accessibility: string
        bearerToken: string
        deleteProtection: string
        description: string
        inputRules:
            - string
        keepPrevVersion: string
        maxVersions: string
        mcpSecretBearerTokenId: string
        name: string
        outputRules:
            - string
        protectionKey: string
        tags:
            - string
        url: string
    

    McpSecretBearerToken Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The McpSecretBearerToken resource accepts the following input properties:

    Accessibility string
    For personal password manager
    BearerToken string
    Bearer token value
    DeleteProtection string
    Protection from accidental deletion of this object [true/false]
    Description string
    Description of the object
    InputRules List<string>
    Agentic input rule in name=...,rule=... format
    KeepPrevVersion string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    MaxVersions string
    Set the maximum number of versions, limited by the account settings defaults
    McpSecretBearerTokenId string
    The ID of this resource.
    Name string
    Secret name
    OutputRules List<string>
    Agentic output rule in name=...,rule=... format
    ProtectionKey string
    The name of a key that is used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    Tags List<string>
    List of the tags attached to this secret
    Url string
    URL of the MCP service
    Accessibility string
    For personal password manager
    BearerToken string
    Bearer token value
    DeleteProtection string
    Protection from accidental deletion of this object [true/false]
    Description string
    Description of the object
    InputRules []string
    Agentic input rule in name=...,rule=... format
    KeepPrevVersion string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    MaxVersions string
    Set the maximum number of versions, limited by the account settings defaults
    McpSecretBearerTokenId string
    The ID of this resource.
    Name string
    Secret name
    OutputRules []string
    Agentic output rule in name=...,rule=... format
    ProtectionKey string
    The name of a key that is used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    Tags []string
    List of the tags attached to this secret
    Url string
    URL of the MCP service
    accessibility string
    For personal password manager
    bearer_token string
    Bearer token value
    delete_protection string
    Protection from accidental deletion of this object [true/false]
    description string
    Description of the object
    input_rules list(string)
    Agentic input rule in name=...,rule=... format
    keep_prev_version string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    max_versions string
    Set the maximum number of versions, limited by the account settings defaults
    mcp_secret_bearer_token_id string
    The ID of this resource.
    name string
    Secret name
    output_rules list(string)
    Agentic output rule in name=...,rule=... format
    protection_key string
    The name of a key that is used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    tags list(string)
    List of the tags attached to this secret
    url string
    URL of the MCP service
    accessibility String
    For personal password manager
    bearerToken String
    Bearer token value
    deleteProtection String
    Protection from accidental deletion of this object [true/false]
    description String
    Description of the object
    inputRules List<String>
    Agentic input rule in name=...,rule=... format
    keepPrevVersion String
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    maxVersions String
    Set the maximum number of versions, limited by the account settings defaults
    mcpSecretBearerTokenId String
    The ID of this resource.
    name String
    Secret name
    outputRules List<String>
    Agentic output rule in name=...,rule=... format
    protectionKey String
    The name of a key that is used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    tags List<String>
    List of the tags attached to this secret
    url String
    URL of the MCP service
    accessibility string
    For personal password manager
    bearerToken string
    Bearer token value
    deleteProtection string
    Protection from accidental deletion of this object [true/false]
    description string
    Description of the object
    inputRules string[]
    Agentic input rule in name=...,rule=... format
    keepPrevVersion string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    maxVersions string
    Set the maximum number of versions, limited by the account settings defaults
    mcpSecretBearerTokenId string
    The ID of this resource.
    name string
    Secret name
    outputRules string[]
    Agentic output rule in name=...,rule=... format
    protectionKey string
    The name of a key that is used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    tags string[]
    List of the tags attached to this secret
    url string
    URL of the MCP service
    accessibility str
    For personal password manager
    bearer_token str
    Bearer token value
    delete_protection str
    Protection from accidental deletion of this object [true/false]
    description str
    Description of the object
    input_rules Sequence[str]
    Agentic input rule in name=...,rule=... format
    keep_prev_version str
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    max_versions str
    Set the maximum number of versions, limited by the account settings defaults
    mcp_secret_bearer_token_id str
    The ID of this resource.
    name str
    Secret name
    output_rules Sequence[str]
    Agentic output rule in name=...,rule=... format
    protection_key str
    The name of a key that is used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    tags Sequence[str]
    List of the tags attached to this secret
    url str
    URL of the MCP service
    accessibility String
    For personal password manager
    bearerToken String
    Bearer token value
    deleteProtection String
    Protection from accidental deletion of this object [true/false]
    description String
    Description of the object
    inputRules List<String>
    Agentic input rule in name=...,rule=... format
    keepPrevVersion String
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    maxVersions String
    Set the maximum number of versions, limited by the account settings defaults
    mcpSecretBearerTokenId String
    The ID of this resource.
    name String
    Secret name
    outputRules List<String>
    Agentic output rule in name=...,rule=... format
    protectionKey String
    The name of a key that is used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    tags List<String>
    List of the tags attached to this secret
    url String
    URL of the MCP service

    Outputs

    All input properties are implicitly available as output properties. Additionally, the McpSecretBearerToken resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing McpSecretBearerToken Resource

    Get an existing McpSecretBearerToken resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: McpSecretBearerTokenState, opts?: CustomResourceOptions): McpSecretBearerToken
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            accessibility: Optional[str] = None,
            bearer_token: Optional[str] = None,
            delete_protection: Optional[str] = None,
            description: Optional[str] = None,
            input_rules: Optional[Sequence[str]] = None,
            keep_prev_version: Optional[str] = None,
            max_versions: Optional[str] = None,
            mcp_secret_bearer_token_id: Optional[str] = None,
            name: Optional[str] = None,
            output_rules: Optional[Sequence[str]] = None,
            protection_key: Optional[str] = None,
            tags: Optional[Sequence[str]] = None,
            url: Optional[str] = None) -> McpSecretBearerToken
    func GetMcpSecretBearerToken(ctx *Context, name string, id IDInput, state *McpSecretBearerTokenState, opts ...ResourceOption) (*McpSecretBearerToken, error)
    public static McpSecretBearerToken Get(string name, Input<string> id, McpSecretBearerTokenState? state, CustomResourceOptions? opts = null)
    public static McpSecretBearerToken get(String name, Output<String> id, McpSecretBearerTokenState state, CustomResourceOptions options)
    resources:  _:    type: akeyless:McpSecretBearerToken    get:      id: ${id}
    import {
      to = akeyless_mcp_secret_bearer_token.example
      id = "${id}"
    }
    
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Accessibility string
    For personal password manager
    BearerToken string
    Bearer token value
    DeleteProtection string
    Protection from accidental deletion of this object [true/false]
    Description string
    Description of the object
    InputRules List<string>
    Agentic input rule in name=...,rule=... format
    KeepPrevVersion string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    MaxVersions string
    Set the maximum number of versions, limited by the account settings defaults
    McpSecretBearerTokenId string
    The ID of this resource.
    Name string
    Secret name
    OutputRules List<string>
    Agentic output rule in name=...,rule=... format
    ProtectionKey string
    The name of a key that is used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    Tags List<string>
    List of the tags attached to this secret
    Url string
    URL of the MCP service
    Accessibility string
    For personal password manager
    BearerToken string
    Bearer token value
    DeleteProtection string
    Protection from accidental deletion of this object [true/false]
    Description string
    Description of the object
    InputRules []string
    Agentic input rule in name=...,rule=... format
    KeepPrevVersion string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    MaxVersions string
    Set the maximum number of versions, limited by the account settings defaults
    McpSecretBearerTokenId string
    The ID of this resource.
    Name string
    Secret name
    OutputRules []string
    Agentic output rule in name=...,rule=... format
    ProtectionKey string
    The name of a key that is used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    Tags []string
    List of the tags attached to this secret
    Url string
    URL of the MCP service
    accessibility string
    For personal password manager
    bearer_token string
    Bearer token value
    delete_protection string
    Protection from accidental deletion of this object [true/false]
    description string
    Description of the object
    input_rules list(string)
    Agentic input rule in name=...,rule=... format
    keep_prev_version string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    max_versions string
    Set the maximum number of versions, limited by the account settings defaults
    mcp_secret_bearer_token_id string
    The ID of this resource.
    name string
    Secret name
    output_rules list(string)
    Agentic output rule in name=...,rule=... format
    protection_key string
    The name of a key that is used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    tags list(string)
    List of the tags attached to this secret
    url string
    URL of the MCP service
    accessibility String
    For personal password manager
    bearerToken String
    Bearer token value
    deleteProtection String
    Protection from accidental deletion of this object [true/false]
    description String
    Description of the object
    inputRules List<String>
    Agentic input rule in name=...,rule=... format
    keepPrevVersion String
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    maxVersions String
    Set the maximum number of versions, limited by the account settings defaults
    mcpSecretBearerTokenId String
    The ID of this resource.
    name String
    Secret name
    outputRules List<String>
    Agentic output rule in name=...,rule=... format
    protectionKey String
    The name of a key that is used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    tags List<String>
    List of the tags attached to this secret
    url String
    URL of the MCP service
    accessibility string
    For personal password manager
    bearerToken string
    Bearer token value
    deleteProtection string
    Protection from accidental deletion of this object [true/false]
    description string
    Description of the object
    inputRules string[]
    Agentic input rule in name=...,rule=... format
    keepPrevVersion string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    maxVersions string
    Set the maximum number of versions, limited by the account settings defaults
    mcpSecretBearerTokenId string
    The ID of this resource.
    name string
    Secret name
    outputRules string[]
    Agentic output rule in name=...,rule=... format
    protectionKey string
    The name of a key that is used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    tags string[]
    List of the tags attached to this secret
    url string
    URL of the MCP service
    accessibility str
    For personal password manager
    bearer_token str
    Bearer token value
    delete_protection str
    Protection from accidental deletion of this object [true/false]
    description str
    Description of the object
    input_rules Sequence[str]
    Agentic input rule in name=...,rule=... format
    keep_prev_version str
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    max_versions str
    Set the maximum number of versions, limited by the account settings defaults
    mcp_secret_bearer_token_id str
    The ID of this resource.
    name str
    Secret name
    output_rules Sequence[str]
    Agentic output rule in name=...,rule=... format
    protection_key str
    The name of a key that is used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    tags Sequence[str]
    List of the tags attached to this secret
    url str
    URL of the MCP service
    accessibility String
    For personal password manager
    bearerToken String
    Bearer token value
    deleteProtection String
    Protection from accidental deletion of this object [true/false]
    description String
    Description of the object
    inputRules List<String>
    Agentic input rule in name=...,rule=... format
    keepPrevVersion String
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    maxVersions String
    Set the maximum number of versions, limited by the account settings defaults
    mcpSecretBearerTokenId String
    The ID of this resource.
    name String
    Secret name
    outputRules List<String>
    Agentic output rule in name=...,rule=... format
    protectionKey String
    The name of a key that is used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    tags List<String>
    List of the tags attached to this secret
    url String
    URL of the MCP service

    Package Details

    Repository
    akeyless akeyless-community/terraform-provider-akeyless
    License
    Notes
    This Pulumi package is based on the akeyless Terraform Provider.
    Viewing docs for akeyless 2.0.4
    published on Monday, Aug 10, 2026 by akeyless-community

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial