published on Monday, Aug 10, 2026 by akeyless-community
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
- 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 stringVersion - 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 stringBearer Token Id - 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)
- List<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 []string - Agentic input rule in name=...,rule=... format
- Keep
Prev stringVersion - 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 stringBearer Token Id - The ID of this resource.
- Name string
- Secret name
- Output
Rules []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)
- []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_ stringversion - 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_ stringbearer_ token_ id - 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)
- list(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 StringVersion - 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 StringBearer Token Id - 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)
- List<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 string[] - Agentic input rule in name=...,rule=... format
- keep
Prev stringVersion - 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 stringBearer Token Id - The ID of this resource.
- name string
- Secret name
- output
Rules 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)
- 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_ strversion - 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_ strbearer_ token_ id - 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)
- Sequence[str]
- List of the tags attached to this secret
- url str
- 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 StringVersion - 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 StringBearer Token Id - 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)
- 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) -> McpSecretBearerTokenfunc 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.
- 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 stringVersion - 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 stringBearer Token Id - 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)
- List<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 []string - Agentic input rule in name=...,rule=... format
- Keep
Prev stringVersion - 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 stringBearer Token Id - The ID of this resource.
- Name string
- Secret name
- Output
Rules []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)
- []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_ stringversion - 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_ stringbearer_ token_ id - 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)
- list(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 StringVersion - 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 StringBearer Token Id - 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)
- List<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 string[] - Agentic input rule in name=...,rule=... format
- keep
Prev stringVersion - 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 stringBearer Token Id - The ID of this resource.
- name string
- Secret name
- output
Rules 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)
- 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_ strversion - 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_ strbearer_ token_ id - 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)
- Sequence[str]
- List of the tags attached to this secret
- url str
- 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 StringVersion - 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 StringBearer Token Id - 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)
- 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
akeylessTerraform Provider.
published on Monday, Aug 10, 2026 by akeyless-community