1. Packages
  2. Akeyless Provider
  3. API Docs
  4. ProducerRdp
akeyless 1.9.0 published on Monday, Apr 14, 2025 by akeyless-community

akeyless.ProducerRdp

Explore with Pulumi AI

akeyless logo
akeyless 1.9.0 published on Monday, Apr 14, 2025 by akeyless-community

    RDP Producer resource

    Create ProducerRdp Resource

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

    Constructor syntax

    new ProducerRdp(name: string, args?: ProducerRdpArgs, opts?: CustomResourceOptions);
    @overload
    def ProducerRdp(resource_name: str,
                    args: Optional[ProducerRdpArgs] = None,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def ProducerRdp(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    fixed_user_only: Optional[str] = None,
                    name: Optional[str] = None,
                    producer_encryption_key_name: Optional[str] = None,
                    producer_rdp_id: Optional[str] = None,
                    rdp_admin_name: Optional[str] = None,
                    rdp_admin_pwd: Optional[str] = None,
                    rdp_host_name: Optional[str] = None,
                    rdp_host_port: Optional[str] = None,
                    rdp_user_groups: Optional[str] = None,
                    secure_access_allow_external_user: Optional[bool] = None,
                    secure_access_enable: Optional[str] = None,
                    secure_access_hosts: Optional[Sequence[str]] = None,
                    secure_access_rdp_domain: Optional[str] = None,
                    secure_access_rdp_user: Optional[str] = None,
                    secure_access_web: Optional[bool] = None,
                    tags: Optional[Sequence[str]] = None,
                    target_name: Optional[str] = None,
                    user_ttl: Optional[str] = None)
    func NewProducerRdp(ctx *Context, name string, args *ProducerRdpArgs, opts ...ResourceOption) (*ProducerRdp, error)
    public ProducerRdp(string name, ProducerRdpArgs? args = null, CustomResourceOptions? opts = null)
    public ProducerRdp(String name, ProducerRdpArgs args)
    public ProducerRdp(String name, ProducerRdpArgs args, CustomResourceOptions options)
    
    type: akeyless:ProducerRdp
    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 ProducerRdpArgs
    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 ProducerRdpArgs
    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 ProducerRdpArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ProducerRdpArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ProducerRdpArgs
    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 producerRdpResource = new Akeyless.ProducerRdp("producerRdpResource", new()
    {
        FixedUserOnly = "string",
        Name = "string",
        ProducerEncryptionKeyName = "string",
        ProducerRdpId = "string",
        RdpAdminName = "string",
        RdpAdminPwd = "string",
        RdpHostName = "string",
        RdpHostPort = "string",
        RdpUserGroups = "string",
        SecureAccessAllowExternalUser = false,
        SecureAccessEnable = "string",
        SecureAccessHosts = new[]
        {
            "string",
        },
        SecureAccessRdpDomain = "string",
        SecureAccessRdpUser = "string",
        SecureAccessWeb = false,
        Tags = new[]
        {
            "string",
        },
        TargetName = "string",
        UserTtl = "string",
    });
    
    example, err := akeyless.NewProducerRdp(ctx, "producerRdpResource", &akeyless.ProducerRdpArgs{
    	FixedUserOnly:                 pulumi.String("string"),
    	Name:                          pulumi.String("string"),
    	ProducerEncryptionKeyName:     pulumi.String("string"),
    	ProducerRdpId:                 pulumi.String("string"),
    	RdpAdminName:                  pulumi.String("string"),
    	RdpAdminPwd:                   pulumi.String("string"),
    	RdpHostName:                   pulumi.String("string"),
    	RdpHostPort:                   pulumi.String("string"),
    	RdpUserGroups:                 pulumi.String("string"),
    	SecureAccessAllowExternalUser: pulumi.Bool(false),
    	SecureAccessEnable:            pulumi.String("string"),
    	SecureAccessHosts: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	SecureAccessRdpDomain: pulumi.String("string"),
    	SecureAccessRdpUser:   pulumi.String("string"),
    	SecureAccessWeb:       pulumi.Bool(false),
    	Tags: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	TargetName: pulumi.String("string"),
    	UserTtl:    pulumi.String("string"),
    })
    
    var producerRdpResource = new ProducerRdp("producerRdpResource", ProducerRdpArgs.builder()
        .fixedUserOnly("string")
        .name("string")
        .producerEncryptionKeyName("string")
        .producerRdpId("string")
        .rdpAdminName("string")
        .rdpAdminPwd("string")
        .rdpHostName("string")
        .rdpHostPort("string")
        .rdpUserGroups("string")
        .secureAccessAllowExternalUser(false)
        .secureAccessEnable("string")
        .secureAccessHosts("string")
        .secureAccessRdpDomain("string")
        .secureAccessRdpUser("string")
        .secureAccessWeb(false)
        .tags("string")
        .targetName("string")
        .userTtl("string")
        .build());
    
    producer_rdp_resource = akeyless.ProducerRdp("producerRdpResource",
        fixed_user_only="string",
        name="string",
        producer_encryption_key_name="string",
        producer_rdp_id="string",
        rdp_admin_name="string",
        rdp_admin_pwd="string",
        rdp_host_name="string",
        rdp_host_port="string",
        rdp_user_groups="string",
        secure_access_allow_external_user=False,
        secure_access_enable="string",
        secure_access_hosts=["string"],
        secure_access_rdp_domain="string",
        secure_access_rdp_user="string",
        secure_access_web=False,
        tags=["string"],
        target_name="string",
        user_ttl="string")
    
    const producerRdpResource = new akeyless.ProducerRdp("producerRdpResource", {
        fixedUserOnly: "string",
        name: "string",
        producerEncryptionKeyName: "string",
        producerRdpId: "string",
        rdpAdminName: "string",
        rdpAdminPwd: "string",
        rdpHostName: "string",
        rdpHostPort: "string",
        rdpUserGroups: "string",
        secureAccessAllowExternalUser: false,
        secureAccessEnable: "string",
        secureAccessHosts: ["string"],
        secureAccessRdpDomain: "string",
        secureAccessRdpUser: "string",
        secureAccessWeb: false,
        tags: ["string"],
        targetName: "string",
        userTtl: "string",
    });
    
    type: akeyless:ProducerRdp
    properties:
        fixedUserOnly: string
        name: string
        producerEncryptionKeyName: string
        producerRdpId: string
        rdpAdminName: string
        rdpAdminPwd: string
        rdpHostName: string
        rdpHostPort: string
        rdpUserGroups: string
        secureAccessAllowExternalUser: false
        secureAccessEnable: string
        secureAccessHosts:
            - string
        secureAccessRdpDomain: string
        secureAccessRdpUser: string
        secureAccessWeb: false
        tags:
            - string
        targetName: string
        userTtl: string
    

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

    FixedUserOnly string
    Enable fixed user only
    Name string
    Producer name
    ProducerEncryptionKeyName string
    Encrypt producer with following key
    ProducerRdpId string
    The ID of this resource.
    RdpAdminName string
    RDP Admin name
    RdpAdminPwd string
    RDP Admin Password
    RdpHostName string
    RDP Host name
    RdpHostPort string
    RDP Host port
    RdpUserGroups string
    RDP UserGroup name(s). Multiple values should be separated by comma
    SecureAccessAllowExternalUser bool
    Allow providing external user for a domain users
    SecureAccessEnable string
    Enable/Disable secure remote access, [true/false]
    SecureAccessHosts List<string>
    Target servers for connections., For multiple values repeat this flag.
    SecureAccessRdpDomain string
    Required when the Dynamic Secret is used for a domain user
    SecureAccessRdpUser string
    Override the RDP Domain username
    SecureAccessWeb bool
    Enable Web Secure Remote Access
    Tags List<string>
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    TargetName string
    Name of existing target to use in producer creation
    UserTtl string
    User TTL
    FixedUserOnly string
    Enable fixed user only
    Name string
    Producer name
    ProducerEncryptionKeyName string
    Encrypt producer with following key
    ProducerRdpId string
    The ID of this resource.
    RdpAdminName string
    RDP Admin name
    RdpAdminPwd string
    RDP Admin Password
    RdpHostName string
    RDP Host name
    RdpHostPort string
    RDP Host port
    RdpUserGroups string
    RDP UserGroup name(s). Multiple values should be separated by comma
    SecureAccessAllowExternalUser bool
    Allow providing external user for a domain users
    SecureAccessEnable string
    Enable/Disable secure remote access, [true/false]
    SecureAccessHosts []string
    Target servers for connections., For multiple values repeat this flag.
    SecureAccessRdpDomain string
    Required when the Dynamic Secret is used for a domain user
    SecureAccessRdpUser string
    Override the RDP Domain username
    SecureAccessWeb bool
    Enable Web Secure Remote Access
    Tags []string
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    TargetName string
    Name of existing target to use in producer creation
    UserTtl string
    User TTL
    fixedUserOnly String
    Enable fixed user only
    name String
    Producer name
    producerEncryptionKeyName String
    Encrypt producer with following key
    producerRdpId String
    The ID of this resource.
    rdpAdminName String
    RDP Admin name
    rdpAdminPwd String
    RDP Admin Password
    rdpHostName String
    RDP Host name
    rdpHostPort String
    RDP Host port
    rdpUserGroups String
    RDP UserGroup name(s). Multiple values should be separated by comma
    secureAccessAllowExternalUser Boolean
    Allow providing external user for a domain users
    secureAccessEnable String
    Enable/Disable secure remote access, [true/false]
    secureAccessHosts List<String>
    Target servers for connections., For multiple values repeat this flag.
    secureAccessRdpDomain String
    Required when the Dynamic Secret is used for a domain user
    secureAccessRdpUser String
    Override the RDP Domain username
    secureAccessWeb Boolean
    Enable Web Secure Remote Access
    tags List<String>
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    targetName String
    Name of existing target to use in producer creation
    userTtl String
    User TTL
    fixedUserOnly string
    Enable fixed user only
    name string
    Producer name
    producerEncryptionKeyName string
    Encrypt producer with following key
    producerRdpId string
    The ID of this resource.
    rdpAdminName string
    RDP Admin name
    rdpAdminPwd string
    RDP Admin Password
    rdpHostName string
    RDP Host name
    rdpHostPort string
    RDP Host port
    rdpUserGroups string
    RDP UserGroup name(s). Multiple values should be separated by comma
    secureAccessAllowExternalUser boolean
    Allow providing external user for a domain users
    secureAccessEnable string
    Enable/Disable secure remote access, [true/false]
    secureAccessHosts string[]
    Target servers for connections., For multiple values repeat this flag.
    secureAccessRdpDomain string
    Required when the Dynamic Secret is used for a domain user
    secureAccessRdpUser string
    Override the RDP Domain username
    secureAccessWeb boolean
    Enable Web Secure Remote Access
    tags string[]
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    targetName string
    Name of existing target to use in producer creation
    userTtl string
    User TTL
    fixed_user_only str
    Enable fixed user only
    name str
    Producer name
    producer_encryption_key_name str
    Encrypt producer with following key
    producer_rdp_id str
    The ID of this resource.
    rdp_admin_name str
    RDP Admin name
    rdp_admin_pwd str
    RDP Admin Password
    rdp_host_name str
    RDP Host name
    rdp_host_port str
    RDP Host port
    rdp_user_groups str
    RDP UserGroup name(s). Multiple values should be separated by comma
    secure_access_allow_external_user bool
    Allow providing external user for a domain users
    secure_access_enable str
    Enable/Disable secure remote access, [true/false]
    secure_access_hosts Sequence[str]
    Target servers for connections., For multiple values repeat this flag.
    secure_access_rdp_domain str
    Required when the Dynamic Secret is used for a domain user
    secure_access_rdp_user str
    Override the RDP Domain username
    secure_access_web bool
    Enable Web Secure Remote Access
    tags Sequence[str]
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    target_name str
    Name of existing target to use in producer creation
    user_ttl str
    User TTL
    fixedUserOnly String
    Enable fixed user only
    name String
    Producer name
    producerEncryptionKeyName String
    Encrypt producer with following key
    producerRdpId String
    The ID of this resource.
    rdpAdminName String
    RDP Admin name
    rdpAdminPwd String
    RDP Admin Password
    rdpHostName String
    RDP Host name
    rdpHostPort String
    RDP Host port
    rdpUserGroups String
    RDP UserGroup name(s). Multiple values should be separated by comma
    secureAccessAllowExternalUser Boolean
    Allow providing external user for a domain users
    secureAccessEnable String
    Enable/Disable secure remote access, [true/false]
    secureAccessHosts List<String>
    Target servers for connections., For multiple values repeat this flag.
    secureAccessRdpDomain String
    Required when the Dynamic Secret is used for a domain user
    secureAccessRdpUser String
    Override the RDP Domain username
    secureAccessWeb Boolean
    Enable Web Secure Remote Access
    tags List<String>
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    targetName String
    Name of existing target to use in producer creation
    userTtl String
    User TTL

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ProducerRdp 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 ProducerRdp Resource

    Get an existing ProducerRdp 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?: ProducerRdpState, opts?: CustomResourceOptions): ProducerRdp
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            fixed_user_only: Optional[str] = None,
            name: Optional[str] = None,
            producer_encryption_key_name: Optional[str] = None,
            producer_rdp_id: Optional[str] = None,
            rdp_admin_name: Optional[str] = None,
            rdp_admin_pwd: Optional[str] = None,
            rdp_host_name: Optional[str] = None,
            rdp_host_port: Optional[str] = None,
            rdp_user_groups: Optional[str] = None,
            secure_access_allow_external_user: Optional[bool] = None,
            secure_access_enable: Optional[str] = None,
            secure_access_hosts: Optional[Sequence[str]] = None,
            secure_access_rdp_domain: Optional[str] = None,
            secure_access_rdp_user: Optional[str] = None,
            secure_access_web: Optional[bool] = None,
            tags: Optional[Sequence[str]] = None,
            target_name: Optional[str] = None,
            user_ttl: Optional[str] = None) -> ProducerRdp
    func GetProducerRdp(ctx *Context, name string, id IDInput, state *ProducerRdpState, opts ...ResourceOption) (*ProducerRdp, error)
    public static ProducerRdp Get(string name, Input<string> id, ProducerRdpState? state, CustomResourceOptions? opts = null)
    public static ProducerRdp get(String name, Output<String> id, ProducerRdpState state, CustomResourceOptions options)
    resources:  _:    type: akeyless:ProducerRdp    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:
    FixedUserOnly string
    Enable fixed user only
    Name string
    Producer name
    ProducerEncryptionKeyName string
    Encrypt producer with following key
    ProducerRdpId string
    The ID of this resource.
    RdpAdminName string
    RDP Admin name
    RdpAdminPwd string
    RDP Admin Password
    RdpHostName string
    RDP Host name
    RdpHostPort string
    RDP Host port
    RdpUserGroups string
    RDP UserGroup name(s). Multiple values should be separated by comma
    SecureAccessAllowExternalUser bool
    Allow providing external user for a domain users
    SecureAccessEnable string
    Enable/Disable secure remote access, [true/false]
    SecureAccessHosts List<string>
    Target servers for connections., For multiple values repeat this flag.
    SecureAccessRdpDomain string
    Required when the Dynamic Secret is used for a domain user
    SecureAccessRdpUser string
    Override the RDP Domain username
    SecureAccessWeb bool
    Enable Web Secure Remote Access
    Tags List<string>
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    TargetName string
    Name of existing target to use in producer creation
    UserTtl string
    User TTL
    FixedUserOnly string
    Enable fixed user only
    Name string
    Producer name
    ProducerEncryptionKeyName string
    Encrypt producer with following key
    ProducerRdpId string
    The ID of this resource.
    RdpAdminName string
    RDP Admin name
    RdpAdminPwd string
    RDP Admin Password
    RdpHostName string
    RDP Host name
    RdpHostPort string
    RDP Host port
    RdpUserGroups string
    RDP UserGroup name(s). Multiple values should be separated by comma
    SecureAccessAllowExternalUser bool
    Allow providing external user for a domain users
    SecureAccessEnable string
    Enable/Disable secure remote access, [true/false]
    SecureAccessHosts []string
    Target servers for connections., For multiple values repeat this flag.
    SecureAccessRdpDomain string
    Required when the Dynamic Secret is used for a domain user
    SecureAccessRdpUser string
    Override the RDP Domain username
    SecureAccessWeb bool
    Enable Web Secure Remote Access
    Tags []string
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    TargetName string
    Name of existing target to use in producer creation
    UserTtl string
    User TTL
    fixedUserOnly String
    Enable fixed user only
    name String
    Producer name
    producerEncryptionKeyName String
    Encrypt producer with following key
    producerRdpId String
    The ID of this resource.
    rdpAdminName String
    RDP Admin name
    rdpAdminPwd String
    RDP Admin Password
    rdpHostName String
    RDP Host name
    rdpHostPort String
    RDP Host port
    rdpUserGroups String
    RDP UserGroup name(s). Multiple values should be separated by comma
    secureAccessAllowExternalUser Boolean
    Allow providing external user for a domain users
    secureAccessEnable String
    Enable/Disable secure remote access, [true/false]
    secureAccessHosts List<String>
    Target servers for connections., For multiple values repeat this flag.
    secureAccessRdpDomain String
    Required when the Dynamic Secret is used for a domain user
    secureAccessRdpUser String
    Override the RDP Domain username
    secureAccessWeb Boolean
    Enable Web Secure Remote Access
    tags List<String>
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    targetName String
    Name of existing target to use in producer creation
    userTtl String
    User TTL
    fixedUserOnly string
    Enable fixed user only
    name string
    Producer name
    producerEncryptionKeyName string
    Encrypt producer with following key
    producerRdpId string
    The ID of this resource.
    rdpAdminName string
    RDP Admin name
    rdpAdminPwd string
    RDP Admin Password
    rdpHostName string
    RDP Host name
    rdpHostPort string
    RDP Host port
    rdpUserGroups string
    RDP UserGroup name(s). Multiple values should be separated by comma
    secureAccessAllowExternalUser boolean
    Allow providing external user for a domain users
    secureAccessEnable string
    Enable/Disable secure remote access, [true/false]
    secureAccessHosts string[]
    Target servers for connections., For multiple values repeat this flag.
    secureAccessRdpDomain string
    Required when the Dynamic Secret is used for a domain user
    secureAccessRdpUser string
    Override the RDP Domain username
    secureAccessWeb boolean
    Enable Web Secure Remote Access
    tags string[]
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    targetName string
    Name of existing target to use in producer creation
    userTtl string
    User TTL
    fixed_user_only str
    Enable fixed user only
    name str
    Producer name
    producer_encryption_key_name str
    Encrypt producer with following key
    producer_rdp_id str
    The ID of this resource.
    rdp_admin_name str
    RDP Admin name
    rdp_admin_pwd str
    RDP Admin Password
    rdp_host_name str
    RDP Host name
    rdp_host_port str
    RDP Host port
    rdp_user_groups str
    RDP UserGroup name(s). Multiple values should be separated by comma
    secure_access_allow_external_user bool
    Allow providing external user for a domain users
    secure_access_enable str
    Enable/Disable secure remote access, [true/false]
    secure_access_hosts Sequence[str]
    Target servers for connections., For multiple values repeat this flag.
    secure_access_rdp_domain str
    Required when the Dynamic Secret is used for a domain user
    secure_access_rdp_user str
    Override the RDP Domain username
    secure_access_web bool
    Enable Web Secure Remote Access
    tags Sequence[str]
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    target_name str
    Name of existing target to use in producer creation
    user_ttl str
    User TTL
    fixedUserOnly String
    Enable fixed user only
    name String
    Producer name
    producerEncryptionKeyName String
    Encrypt producer with following key
    producerRdpId String
    The ID of this resource.
    rdpAdminName String
    RDP Admin name
    rdpAdminPwd String
    RDP Admin Password
    rdpHostName String
    RDP Host name
    rdpHostPort String
    RDP Host port
    rdpUserGroups String
    RDP UserGroup name(s). Multiple values should be separated by comma
    secureAccessAllowExternalUser Boolean
    Allow providing external user for a domain users
    secureAccessEnable String
    Enable/Disable secure remote access, [true/false]
    secureAccessHosts List<String>
    Target servers for connections., For multiple values repeat this flag.
    secureAccessRdpDomain String
    Required when the Dynamic Secret is used for a domain user
    secureAccessRdpUser String
    Override the RDP Domain username
    secureAccessWeb Boolean
    Enable Web Secure Remote Access
    tags List<String>
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    targetName String
    Name of existing target to use in producer creation
    userTtl String
    User TTL

    Package Details

    Repository
    akeyless akeyless-community/terraform-provider-akeyless
    License
    Notes
    This Pulumi package is based on the akeyless Terraform Provider.
    akeyless logo
    akeyless 1.9.0 published on Monday, Apr 14, 2025 by akeyless-community