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

akeyless.RotatedSecretLdap

Explore with Pulumi AI

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

    Ldap rotated secret resource

    Create RotatedSecretLdap Resource

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

    Constructor syntax

    new RotatedSecretLdap(name: string, args: RotatedSecretLdapArgs, opts?: CustomResourceOptions);
    @overload
    def RotatedSecretLdap(resource_name: str,
                          args: RotatedSecretLdapArgs,
                          opts: Optional[ResourceOptions] = None)
    
    @overload
    def RotatedSecretLdap(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          rotator_type: Optional[str] = None,
                          target_name: Optional[str] = None,
                          rotated_username: Optional[str] = None,
                          rotation_hour: Optional[float] = None,
                          name: Optional[str] = None,
                          password_length: Optional[str] = None,
                          rotated_password: Optional[str] = None,
                          rotated_secret_ldap_id: Optional[str] = None,
                          authentication_credentials: Optional[str] = None,
                          key: Optional[str] = None,
                          rotation_interval: Optional[str] = None,
                          description: Optional[str] = None,
                          tags: Optional[Sequence[str]] = None,
                          auto_rotate: Optional[str] = None,
                          user_attribute: Optional[str] = None,
                          user_dn: Optional[str] = None)
    func NewRotatedSecretLdap(ctx *Context, name string, args RotatedSecretLdapArgs, opts ...ResourceOption) (*RotatedSecretLdap, error)
    public RotatedSecretLdap(string name, RotatedSecretLdapArgs args, CustomResourceOptions? opts = null)
    public RotatedSecretLdap(String name, RotatedSecretLdapArgs args)
    public RotatedSecretLdap(String name, RotatedSecretLdapArgs args, CustomResourceOptions options)
    
    type: akeyless:RotatedSecretLdap
    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 RotatedSecretLdapArgs
    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 RotatedSecretLdapArgs
    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 RotatedSecretLdapArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args RotatedSecretLdapArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args RotatedSecretLdapArgs
    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 rotatedSecretLdapResource = new Akeyless.RotatedSecretLdap("rotatedSecretLdapResource", new()
    {
        RotatorType = "string",
        TargetName = "string",
        RotatedUsername = "string",
        RotationHour = 0,
        Name = "string",
        PasswordLength = "string",
        RotatedPassword = "string",
        RotatedSecretLdapId = "string",
        AuthenticationCredentials = "string",
        Key = "string",
        RotationInterval = "string",
        Description = "string",
        Tags = new[]
        {
            "string",
        },
        AutoRotate = "string",
        UserAttribute = "string",
        UserDn = "string",
    });
    
    example, err := akeyless.NewRotatedSecretLdap(ctx, "rotatedSecretLdapResource", &akeyless.RotatedSecretLdapArgs{
    	RotatorType:               pulumi.String("string"),
    	TargetName:                pulumi.String("string"),
    	RotatedUsername:           pulumi.String("string"),
    	RotationHour:              pulumi.Float64(0),
    	Name:                      pulumi.String("string"),
    	PasswordLength:            pulumi.String("string"),
    	RotatedPassword:           pulumi.String("string"),
    	RotatedSecretLdapId:       pulumi.String("string"),
    	AuthenticationCredentials: pulumi.String("string"),
    	Key:                       pulumi.String("string"),
    	RotationInterval:          pulumi.String("string"),
    	Description:               pulumi.String("string"),
    	Tags: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	AutoRotate:    pulumi.String("string"),
    	UserAttribute: pulumi.String("string"),
    	UserDn:        pulumi.String("string"),
    })
    
    var rotatedSecretLdapResource = new RotatedSecretLdap("rotatedSecretLdapResource", RotatedSecretLdapArgs.builder()
        .rotatorType("string")
        .targetName("string")
        .rotatedUsername("string")
        .rotationHour(0)
        .name("string")
        .passwordLength("string")
        .rotatedPassword("string")
        .rotatedSecretLdapId("string")
        .authenticationCredentials("string")
        .key("string")
        .rotationInterval("string")
        .description("string")
        .tags("string")
        .autoRotate("string")
        .userAttribute("string")
        .userDn("string")
        .build());
    
    rotated_secret_ldap_resource = akeyless.RotatedSecretLdap("rotatedSecretLdapResource",
        rotator_type="string",
        target_name="string",
        rotated_username="string",
        rotation_hour=0,
        name="string",
        password_length="string",
        rotated_password="string",
        rotated_secret_ldap_id="string",
        authentication_credentials="string",
        key="string",
        rotation_interval="string",
        description="string",
        tags=["string"],
        auto_rotate="string",
        user_attribute="string",
        user_dn="string")
    
    const rotatedSecretLdapResource = new akeyless.RotatedSecretLdap("rotatedSecretLdapResource", {
        rotatorType: "string",
        targetName: "string",
        rotatedUsername: "string",
        rotationHour: 0,
        name: "string",
        passwordLength: "string",
        rotatedPassword: "string",
        rotatedSecretLdapId: "string",
        authenticationCredentials: "string",
        key: "string",
        rotationInterval: "string",
        description: "string",
        tags: ["string"],
        autoRotate: "string",
        userAttribute: "string",
        userDn: "string",
    });
    
    type: akeyless:RotatedSecretLdap
    properties:
        authenticationCredentials: string
        autoRotate: string
        description: string
        key: string
        name: string
        passwordLength: string
        rotatedPassword: string
        rotatedSecretLdapId: string
        rotatedUsername: string
        rotationHour: 0
        rotationInterval: string
        rotatorType: string
        tags:
            - string
        targetName: string
        userAttribute: string
        userDn: string
    

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

    RotatorType string
    The rotator type [target/ldap]
    TargetName string
    The target name to associate
    AuthenticationCredentials string
    The credentials to connect with [use-self-creds/use-target-creds]
    AutoRotate string
    Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation
    Description string
    Description of the object
    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)
    Name string
    Secret name
    PasswordLength string
    The length of the password to be generated
    RotatedPassword string
    rotated-username password (relevant only for rotator-type=password)
    RotatedSecretLdapId string
    The ID of this resource.
    RotatedUsername string
    username to be rotated, if selected use-self-creds at rotator-creds-type, this username will try to rotate it's own password, if use-target-creds is selected, target credentials will be use to rotate the rotated-password (relevant only for rotator-type=password)
    RotationHour double
    The Hour of the rotation in UTC
    RotationInterval string
    The number of days to wait between every automatic rotation (1-365),custom rotator interval will be set in minutes
    Tags List<string>
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    UserAttribute string
    LDAP User Attribute
    UserDn string
    Base DN to Perform User Search
    RotatorType string
    The rotator type [target/ldap]
    TargetName string
    The target name to associate
    AuthenticationCredentials string
    The credentials to connect with [use-self-creds/use-target-creds]
    AutoRotate string
    Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation
    Description string
    Description of the object
    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)
    Name string
    Secret name
    PasswordLength string
    The length of the password to be generated
    RotatedPassword string
    rotated-username password (relevant only for rotator-type=password)
    RotatedSecretLdapId string
    The ID of this resource.
    RotatedUsername string
    username to be rotated, if selected use-self-creds at rotator-creds-type, this username will try to rotate it's own password, if use-target-creds is selected, target credentials will be use to rotate the rotated-password (relevant only for rotator-type=password)
    RotationHour float64
    The Hour of the rotation in UTC
    RotationInterval string
    The number of days to wait between every automatic rotation (1-365),custom rotator interval will be set in minutes
    Tags []string
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    UserAttribute string
    LDAP User Attribute
    UserDn string
    Base DN to Perform User Search
    rotatorType String
    The rotator type [target/ldap]
    targetName String
    The target name to associate
    authenticationCredentials String
    The credentials to connect with [use-self-creds/use-target-creds]
    autoRotate String
    Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation
    description String
    Description of the object
    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)
    name String
    Secret name
    passwordLength String
    The length of the password to be generated
    rotatedPassword String
    rotated-username password (relevant only for rotator-type=password)
    rotatedSecretLdapId String
    The ID of this resource.
    rotatedUsername String
    username to be rotated, if selected use-self-creds at rotator-creds-type, this username will try to rotate it's own password, if use-target-creds is selected, target credentials will be use to rotate the rotated-password (relevant only for rotator-type=password)
    rotationHour Double
    The Hour of the rotation in UTC
    rotationInterval String
    The number of days to wait between every automatic rotation (1-365),custom rotator interval will be set in minutes
    tags List<String>
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    userAttribute String
    LDAP User Attribute
    userDn String
    Base DN to Perform User Search
    rotatorType string
    The rotator type [target/ldap]
    targetName string
    The target name to associate
    authenticationCredentials string
    The credentials to connect with [use-self-creds/use-target-creds]
    autoRotate string
    Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation
    description string
    Description of the object
    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)
    name string
    Secret name
    passwordLength string
    The length of the password to be generated
    rotatedPassword string
    rotated-username password (relevant only for rotator-type=password)
    rotatedSecretLdapId string
    The ID of this resource.
    rotatedUsername string
    username to be rotated, if selected use-self-creds at rotator-creds-type, this username will try to rotate it's own password, if use-target-creds is selected, target credentials will be use to rotate the rotated-password (relevant only for rotator-type=password)
    rotationHour number
    The Hour of the rotation in UTC
    rotationInterval string
    The number of days to wait between every automatic rotation (1-365),custom rotator interval will be set in minutes
    tags string[]
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    userAttribute string
    LDAP User Attribute
    userDn string
    Base DN to Perform User Search
    rotator_type str
    The rotator type [target/ldap]
    target_name str
    The target name to associate
    authentication_credentials str
    The credentials to connect with [use-self-creds/use-target-creds]
    auto_rotate str
    Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation
    description str
    Description of the object
    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)
    name str
    Secret name
    password_length str
    The length of the password to be generated
    rotated_password str
    rotated-username password (relevant only for rotator-type=password)
    rotated_secret_ldap_id str
    The ID of this resource.
    rotated_username str
    username to be rotated, if selected use-self-creds at rotator-creds-type, this username will try to rotate it's own password, if use-target-creds is selected, target credentials will be use to rotate the rotated-password (relevant only for rotator-type=password)
    rotation_hour float
    The Hour of the rotation in UTC
    rotation_interval str
    The number of days to wait between every automatic rotation (1-365),custom rotator interval will be set in minutes
    tags Sequence[str]
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    user_attribute str
    LDAP User Attribute
    user_dn str
    Base DN to Perform User Search
    rotatorType String
    The rotator type [target/ldap]
    targetName String
    The target name to associate
    authenticationCredentials String
    The credentials to connect with [use-self-creds/use-target-creds]
    autoRotate String
    Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation
    description String
    Description of the object
    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)
    name String
    Secret name
    passwordLength String
    The length of the password to be generated
    rotatedPassword String
    rotated-username password (relevant only for rotator-type=password)
    rotatedSecretLdapId String
    The ID of this resource.
    rotatedUsername String
    username to be rotated, if selected use-self-creds at rotator-creds-type, this username will try to rotate it's own password, if use-target-creds is selected, target credentials will be use to rotate the rotated-password (relevant only for rotator-type=password)
    rotationHour Number
    The Hour of the rotation in UTC
    rotationInterval String
    The number of days to wait between every automatic rotation (1-365),custom rotator interval will be set in minutes
    tags List<String>
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    userAttribute String
    LDAP User Attribute
    userDn String
    Base DN to Perform User Search

    Outputs

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

    Get an existing RotatedSecretLdap 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?: RotatedSecretLdapState, opts?: CustomResourceOptions): RotatedSecretLdap
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            authentication_credentials: Optional[str] = None,
            auto_rotate: Optional[str] = None,
            description: Optional[str] = None,
            key: Optional[str] = None,
            name: Optional[str] = None,
            password_length: Optional[str] = None,
            rotated_password: Optional[str] = None,
            rotated_secret_ldap_id: Optional[str] = None,
            rotated_username: Optional[str] = None,
            rotation_hour: Optional[float] = None,
            rotation_interval: Optional[str] = None,
            rotator_type: Optional[str] = None,
            tags: Optional[Sequence[str]] = None,
            target_name: Optional[str] = None,
            user_attribute: Optional[str] = None,
            user_dn: Optional[str] = None) -> RotatedSecretLdap
    func GetRotatedSecretLdap(ctx *Context, name string, id IDInput, state *RotatedSecretLdapState, opts ...ResourceOption) (*RotatedSecretLdap, error)
    public static RotatedSecretLdap Get(string name, Input<string> id, RotatedSecretLdapState? state, CustomResourceOptions? opts = null)
    public static RotatedSecretLdap get(String name, Output<String> id, RotatedSecretLdapState state, CustomResourceOptions options)
    resources:  _:    type: akeyless:RotatedSecretLdap    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:
    AuthenticationCredentials string
    The credentials to connect with [use-self-creds/use-target-creds]
    AutoRotate string
    Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation
    Description string
    Description of the object
    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)
    Name string
    Secret name
    PasswordLength string
    The length of the password to be generated
    RotatedPassword string
    rotated-username password (relevant only for rotator-type=password)
    RotatedSecretLdapId string
    The ID of this resource.
    RotatedUsername string
    username to be rotated, if selected use-self-creds at rotator-creds-type, this username will try to rotate it's own password, if use-target-creds is selected, target credentials will be use to rotate the rotated-password (relevant only for rotator-type=password)
    RotationHour double
    The Hour of the rotation in UTC
    RotationInterval string
    The number of days to wait between every automatic rotation (1-365),custom rotator interval will be set in minutes
    RotatorType string
    The rotator type [target/ldap]
    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
    The target name to associate
    UserAttribute string
    LDAP User Attribute
    UserDn string
    Base DN to Perform User Search
    AuthenticationCredentials string
    The credentials to connect with [use-self-creds/use-target-creds]
    AutoRotate string
    Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation
    Description string
    Description of the object
    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)
    Name string
    Secret name
    PasswordLength string
    The length of the password to be generated
    RotatedPassword string
    rotated-username password (relevant only for rotator-type=password)
    RotatedSecretLdapId string
    The ID of this resource.
    RotatedUsername string
    username to be rotated, if selected use-self-creds at rotator-creds-type, this username will try to rotate it's own password, if use-target-creds is selected, target credentials will be use to rotate the rotated-password (relevant only for rotator-type=password)
    RotationHour float64
    The Hour of the rotation in UTC
    RotationInterval string
    The number of days to wait between every automatic rotation (1-365),custom rotator interval will be set in minutes
    RotatorType string
    The rotator type [target/ldap]
    Tags []string
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    TargetName string
    The target name to associate
    UserAttribute string
    LDAP User Attribute
    UserDn string
    Base DN to Perform User Search
    authenticationCredentials String
    The credentials to connect with [use-self-creds/use-target-creds]
    autoRotate String
    Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation
    description String
    Description of the object
    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)
    name String
    Secret name
    passwordLength String
    The length of the password to be generated
    rotatedPassword String
    rotated-username password (relevant only for rotator-type=password)
    rotatedSecretLdapId String
    The ID of this resource.
    rotatedUsername String
    username to be rotated, if selected use-self-creds at rotator-creds-type, this username will try to rotate it's own password, if use-target-creds is selected, target credentials will be use to rotate the rotated-password (relevant only for rotator-type=password)
    rotationHour Double
    The Hour of the rotation in UTC
    rotationInterval String
    The number of days to wait between every automatic rotation (1-365),custom rotator interval will be set in minutes
    rotatorType String
    The rotator type [target/ldap]
    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
    The target name to associate
    userAttribute String
    LDAP User Attribute
    userDn String
    Base DN to Perform User Search
    authenticationCredentials string
    The credentials to connect with [use-self-creds/use-target-creds]
    autoRotate string
    Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation
    description string
    Description of the object
    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)
    name string
    Secret name
    passwordLength string
    The length of the password to be generated
    rotatedPassword string
    rotated-username password (relevant only for rotator-type=password)
    rotatedSecretLdapId string
    The ID of this resource.
    rotatedUsername string
    username to be rotated, if selected use-self-creds at rotator-creds-type, this username will try to rotate it's own password, if use-target-creds is selected, target credentials will be use to rotate the rotated-password (relevant only for rotator-type=password)
    rotationHour number
    The Hour of the rotation in UTC
    rotationInterval string
    The number of days to wait between every automatic rotation (1-365),custom rotator interval will be set in minutes
    rotatorType string
    The rotator type [target/ldap]
    tags string[]
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    targetName string
    The target name to associate
    userAttribute string
    LDAP User Attribute
    userDn string
    Base DN to Perform User Search
    authentication_credentials str
    The credentials to connect with [use-self-creds/use-target-creds]
    auto_rotate str
    Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation
    description str
    Description of the object
    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)
    name str
    Secret name
    password_length str
    The length of the password to be generated
    rotated_password str
    rotated-username password (relevant only for rotator-type=password)
    rotated_secret_ldap_id str
    The ID of this resource.
    rotated_username str
    username to be rotated, if selected use-self-creds at rotator-creds-type, this username will try to rotate it's own password, if use-target-creds is selected, target credentials will be use to rotate the rotated-password (relevant only for rotator-type=password)
    rotation_hour float
    The Hour of the rotation in UTC
    rotation_interval str
    The number of days to wait between every automatic rotation (1-365),custom rotator interval will be set in minutes
    rotator_type str
    The rotator type [target/ldap]
    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
    The target name to associate
    user_attribute str
    LDAP User Attribute
    user_dn str
    Base DN to Perform User Search
    authenticationCredentials String
    The credentials to connect with [use-self-creds/use-target-creds]
    autoRotate String
    Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation
    description String
    Description of the object
    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)
    name String
    Secret name
    passwordLength String
    The length of the password to be generated
    rotatedPassword String
    rotated-username password (relevant only for rotator-type=password)
    rotatedSecretLdapId String
    The ID of this resource.
    rotatedUsername String
    username to be rotated, if selected use-self-creds at rotator-creds-type, this username will try to rotate it's own password, if use-target-creds is selected, target credentials will be use to rotate the rotated-password (relevant only for rotator-type=password)
    rotationHour Number
    The Hour of the rotation in UTC
    rotationInterval String
    The number of days to wait between every automatic rotation (1-365),custom rotator interval will be set in minutes
    rotatorType String
    The rotator type [target/ldap]
    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
    The target name to associate
    userAttribute String
    LDAP User Attribute
    userDn String
    Base DN to Perform User Search

    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