1. Packages
  2. Packages
  3. Akeyless Provider
  4. API Docs
  5. Passkey
Viewing docs for akeyless 2.0.1
published on Monday, Apr 27, 2026 by akeyless-community
Viewing docs for akeyless 2.0.1
published on Monday, Apr 27, 2026 by akeyless-community

    Passkey resource

    Create Passkey Resource

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

    Constructor syntax

    new Passkey(name: string, args: PasskeyArgs, opts?: CustomResourceOptions);
    @overload
    def Passkey(resource_name: str,
                args: PasskeyArgs,
                opts: Optional[ResourceOptions] = None)
    
    @overload
    def Passkey(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                alg: Optional[str] = None,
                accessibility: Optional[str] = None,
                delete_protection: Optional[str] = None,
                description: Optional[str] = None,
                name: Optional[str] = None,
                origin_urls: Optional[Sequence[str]] = None,
                passkey_id: Optional[str] = None,
                protection_key_name: Optional[str] = None,
                tags: Optional[Sequence[str]] = None,
                username: Optional[str] = None)
    func NewPasskey(ctx *Context, name string, args PasskeyArgs, opts ...ResourceOption) (*Passkey, error)
    public Passkey(string name, PasskeyArgs args, CustomResourceOptions? opts = null)
    public Passkey(String name, PasskeyArgs args)
    public Passkey(String name, PasskeyArgs args, CustomResourceOptions options)
    
    type: akeyless:Passkey
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args PasskeyArgs
    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 PasskeyArgs
    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 PasskeyArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PasskeyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PasskeyArgs
    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 passkeyResource = new Akeyless.Passkey("passkeyResource", new()
    {
        Alg = "string",
        Accessibility = "string",
        DeleteProtection = "string",
        Description = "string",
        Name = "string",
        OriginUrls = new[]
        {
            "string",
        },
        PasskeyId = "string",
        ProtectionKeyName = "string",
        Tags = new[]
        {
            "string",
        },
        Username = "string",
    });
    
    example, err := akeyless.NewPasskey(ctx, "passkeyResource", &akeyless.PasskeyArgs{
    	Alg:              pulumi.String("string"),
    	Accessibility:    pulumi.String("string"),
    	DeleteProtection: pulumi.String("string"),
    	Description:      pulumi.String("string"),
    	Name:             pulumi.String("string"),
    	OriginUrls: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	PasskeyId:         pulumi.String("string"),
    	ProtectionKeyName: pulumi.String("string"),
    	Tags: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Username: pulumi.String("string"),
    })
    
    var passkeyResource = new Passkey("passkeyResource", PasskeyArgs.builder()
        .alg("string")
        .accessibility("string")
        .deleteProtection("string")
        .description("string")
        .name("string")
        .originUrls("string")
        .passkeyId("string")
        .protectionKeyName("string")
        .tags("string")
        .username("string")
        .build());
    
    passkey_resource = akeyless.Passkey("passkeyResource",
        alg="string",
        accessibility="string",
        delete_protection="string",
        description="string",
        name="string",
        origin_urls=["string"],
        passkey_id="string",
        protection_key_name="string",
        tags=["string"],
        username="string")
    
    const passkeyResource = new akeyless.Passkey("passkeyResource", {
        alg: "string",
        accessibility: "string",
        deleteProtection: "string",
        description: "string",
        name: "string",
        originUrls: ["string"],
        passkeyId: "string",
        protectionKeyName: "string",
        tags: ["string"],
        username: "string",
    });
    
    type: akeyless:Passkey
    properties:
        accessibility: string
        alg: string
        deleteProtection: string
        description: string
        name: string
        originUrls:
            - string
        passkeyId: string
        protectionKeyName: string
        tags:
            - string
        username: string
    

    Passkey 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 Passkey resource accepts the following input properties:

    Alg string
    Passkey type; options: [EC256, EC384, EC512]
    Accessibility string
    For personal password manager
    DeleteProtection string
    Protection from accidental deletion of this object [true/false]
    Description string
    Description of the object
    Name string
    ClassicKey name
    OriginUrls List<string>
    Originating websites for this passkey
    PasskeyId string
    The ID of this resource.
    ProtectionKeyName string
    The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    Tags List<string>
    Add tags attached to this object
    Username string
    For Password Management use
    Alg string
    Passkey type; options: [EC256, EC384, EC512]
    Accessibility string
    For personal password manager
    DeleteProtection string
    Protection from accidental deletion of this object [true/false]
    Description string
    Description of the object
    Name string
    ClassicKey name
    OriginUrls []string
    Originating websites for this passkey
    PasskeyId string
    The ID of this resource.
    ProtectionKeyName string
    The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    Tags []string
    Add tags attached to this object
    Username string
    For Password Management use
    alg String
    Passkey type; options: [EC256, EC384, EC512]
    accessibility String
    For personal password manager
    deleteProtection String
    Protection from accidental deletion of this object [true/false]
    description String
    Description of the object
    name String
    ClassicKey name
    originUrls List<String>
    Originating websites for this passkey
    passkeyId String
    The ID of this resource.
    protectionKeyName String
    The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    tags List<String>
    Add tags attached to this object
    username String
    For Password Management use
    alg string
    Passkey type; options: [EC256, EC384, EC512]
    accessibility string
    For personal password manager
    deleteProtection string
    Protection from accidental deletion of this object [true/false]
    description string
    Description of the object
    name string
    ClassicKey name
    originUrls string[]
    Originating websites for this passkey
    passkeyId string
    The ID of this resource.
    protectionKeyName string
    The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    tags string[]
    Add tags attached to this object
    username string
    For Password Management use
    alg str
    Passkey type; options: [EC256, EC384, EC512]
    accessibility str
    For personal password manager
    delete_protection str
    Protection from accidental deletion of this object [true/false]
    description str
    Description of the object
    name str
    ClassicKey name
    origin_urls Sequence[str]
    Originating websites for this passkey
    passkey_id str
    The ID of this resource.
    protection_key_name str
    The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    tags Sequence[str]
    Add tags attached to this object
    username str
    For Password Management use
    alg String
    Passkey type; options: [EC256, EC384, EC512]
    accessibility String
    For personal password manager
    deleteProtection String
    Protection from accidental deletion of this object [true/false]
    description String
    Description of the object
    name String
    ClassicKey name
    originUrls List<String>
    Originating websites for this passkey
    passkeyId String
    The ID of this resource.
    protectionKeyName String
    The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    tags List<String>
    Add tags attached to this object
    username String
    For Password Management use

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Passkey 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 str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing Passkey Resource

    Get an existing Passkey 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?: PasskeyState, opts?: CustomResourceOptions): Passkey
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            accessibility: Optional[str] = None,
            alg: Optional[str] = None,
            delete_protection: Optional[str] = None,
            description: Optional[str] = None,
            name: Optional[str] = None,
            origin_urls: Optional[Sequence[str]] = None,
            passkey_id: Optional[str] = None,
            protection_key_name: Optional[str] = None,
            tags: Optional[Sequence[str]] = None,
            username: Optional[str] = None) -> Passkey
    func GetPasskey(ctx *Context, name string, id IDInput, state *PasskeyState, opts ...ResourceOption) (*Passkey, error)
    public static Passkey Get(string name, Input<string> id, PasskeyState? state, CustomResourceOptions? opts = null)
    public static Passkey get(String name, Output<String> id, PasskeyState state, CustomResourceOptions options)
    resources:  _:    type: akeyless:Passkey    get:      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
    Alg string
    Passkey type; options: [EC256, EC384, EC512]
    DeleteProtection string
    Protection from accidental deletion of this object [true/false]
    Description string
    Description of the object
    Name string
    ClassicKey name
    OriginUrls List<string>
    Originating websites for this passkey
    PasskeyId string
    The ID of this resource.
    ProtectionKeyName string
    The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    Tags List<string>
    Add tags attached to this object
    Username string
    For Password Management use
    Accessibility string
    For personal password manager
    Alg string
    Passkey type; options: [EC256, EC384, EC512]
    DeleteProtection string
    Protection from accidental deletion of this object [true/false]
    Description string
    Description of the object
    Name string
    ClassicKey name
    OriginUrls []string
    Originating websites for this passkey
    PasskeyId string
    The ID of this resource.
    ProtectionKeyName string
    The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    Tags []string
    Add tags attached to this object
    Username string
    For Password Management use
    accessibility String
    For personal password manager
    alg String
    Passkey type; options: [EC256, EC384, EC512]
    deleteProtection String
    Protection from accidental deletion of this object [true/false]
    description String
    Description of the object
    name String
    ClassicKey name
    originUrls List<String>
    Originating websites for this passkey
    passkeyId String
    The ID of this resource.
    protectionKeyName String
    The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    tags List<String>
    Add tags attached to this object
    username String
    For Password Management use
    accessibility string
    For personal password manager
    alg string
    Passkey type; options: [EC256, EC384, EC512]
    deleteProtection string
    Protection from accidental deletion of this object [true/false]
    description string
    Description of the object
    name string
    ClassicKey name
    originUrls string[]
    Originating websites for this passkey
    passkeyId string
    The ID of this resource.
    protectionKeyName string
    The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    tags string[]
    Add tags attached to this object
    username string
    For Password Management use
    accessibility str
    For personal password manager
    alg str
    Passkey type; options: [EC256, EC384, EC512]
    delete_protection str
    Protection from accidental deletion of this object [true/false]
    description str
    Description of the object
    name str
    ClassicKey name
    origin_urls Sequence[str]
    Originating websites for this passkey
    passkey_id str
    The ID of this resource.
    protection_key_name str
    The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    tags Sequence[str]
    Add tags attached to this object
    username str
    For Password Management use
    accessibility String
    For personal password manager
    alg String
    Passkey type; options: [EC256, EC384, EC512]
    deleteProtection String
    Protection from accidental deletion of this object [true/false]
    description String
    Description of the object
    name String
    ClassicKey name
    originUrls List<String>
    Originating websites for this passkey
    passkeyId String
    The ID of this resource.
    protectionKeyName String
    The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used)
    tags List<String>
    Add tags attached to this object
    username String
    For Password Management use

    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.1
    published on Monday, Apr 27, 2026 by akeyless-community
      Try Pulumi Cloud free. Your team will thank you.