1. Packages
  2. Packages
  3. Akeyless Provider
  4. API Docs
  5. RotatedSecretLdap
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

    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,
                          rotation_hour: Optional[float] = None,
                          secure_access_rdp_domain: Optional[str] = None,
                          host_provider: Optional[str] = None,
                          item_custom_fields: Optional[Mapping[str, str]] = None,
                          keep_prev_version: Optional[str] = None,
                          key: Optional[str] = None,
                          max_versions: Optional[str] = None,
                          name: Optional[str] = None,
                          password_length: Optional[str] = None,
                          rotate_after_disconnect: Optional[str] = None,
                          rotated_password: Optional[str] = None,
                          rotated_secret_ldap_id: Optional[str] = None,
                          rotated_username: Optional[str] = None,
                          rotation_event_ins: Optional[Sequence[str]] = None,
                          description: Optional[str] = None,
                          authentication_credentials: Optional[str] = None,
                          secure_access_web: Optional[bool] = None,
                          secure_access_certificate_issuer: Optional[str] = None,
                          secure_access_enable: Optional[str] = None,
                          secure_access_hosts: Optional[Sequence[str]] = None,
                          rotation_interval: Optional[str] = None,
                          secure_access_url: Optional[str] = None,
                          delete_protection: Optional[str] = None,
                          secure_access_web_browsing: Optional[bool] = None,
                          secure_access_web_proxy: Optional[bool] = None,
                          tags: Optional[Sequence[str]] = None,
                          auto_rotate: Optional[str] = None,
                          targets: Optional[Sequence[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.
    
    
    resource "akeyless_rotatedsecretldap" "name" {
        # resource properties
    }

    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",
        RotationHour = 0,
        SecureAccessRdpDomain = "string",
        HostProvider = "string",
        ItemCustomFields = 
        {
            { "string", "string" },
        },
        KeepPrevVersion = "string",
        Key = "string",
        MaxVersions = "string",
        Name = "string",
        PasswordLength = "string",
        RotateAfterDisconnect = "string",
        RotatedPassword = "string",
        RotatedSecretLdapId = "string",
        RotatedUsername = "string",
        RotationEventIns = new[]
        {
            "string",
        },
        Description = "string",
        AuthenticationCredentials = "string",
        SecureAccessWeb = false,
        SecureAccessCertificateIssuer = "string",
        SecureAccessEnable = "string",
        SecureAccessHosts = new[]
        {
            "string",
        },
        RotationInterval = "string",
        SecureAccessUrl = "string",
        DeleteProtection = "string",
        SecureAccessWebBrowsing = false,
        SecureAccessWebProxy = false,
        Tags = new[]
        {
            "string",
        },
        AutoRotate = "string",
        Targets = new[]
        {
            "string",
        },
        UserAttribute = "string",
        UserDn = "string",
    });
    
    example, err := akeyless.NewRotatedSecretLdap(ctx, "rotatedSecretLdapResource", &akeyless.RotatedSecretLdapArgs{
    	RotatorType:           pulumi.String("string"),
    	TargetName:            pulumi.String("string"),
    	RotationHour:          pulumi.Float64(0),
    	SecureAccessRdpDomain: pulumi.String("string"),
    	HostProvider:          pulumi.String("string"),
    	ItemCustomFields: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    	KeepPrevVersion:       pulumi.String("string"),
    	Key:                   pulumi.String("string"),
    	MaxVersions:           pulumi.String("string"),
    	Name:                  pulumi.String("string"),
    	PasswordLength:        pulumi.String("string"),
    	RotateAfterDisconnect: pulumi.String("string"),
    	RotatedPassword:       pulumi.String("string"),
    	RotatedSecretLdapId:   pulumi.String("string"),
    	RotatedUsername:       pulumi.String("string"),
    	RotationEventIns: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Description:                   pulumi.String("string"),
    	AuthenticationCredentials:     pulumi.String("string"),
    	SecureAccessWeb:               pulumi.Bool(false),
    	SecureAccessCertificateIssuer: pulumi.String("string"),
    	SecureAccessEnable:            pulumi.String("string"),
    	SecureAccessHosts: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	RotationInterval:        pulumi.String("string"),
    	SecureAccessUrl:         pulumi.String("string"),
    	DeleteProtection:        pulumi.String("string"),
    	SecureAccessWebBrowsing: pulumi.Bool(false),
    	SecureAccessWebProxy:    pulumi.Bool(false),
    	Tags: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	AutoRotate: pulumi.String("string"),
    	Targets: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	UserAttribute: pulumi.String("string"),
    	UserDn:        pulumi.String("string"),
    })
    
    resource "akeyless_rotatedsecretldap" "rotatedSecretLdapResource" {
      rotator_type             = "string"
      target_name              = "string"
      rotation_hour            = 0
      secure_access_rdp_domain = "string"
      host_provider            = "string"
      item_custom_fields = {
        "string" = "string"
      }
      keep_prev_version                = "string"
      key                              = "string"
      max_versions                     = "string"
      name                             = "string"
      password_length                  = "string"
      rotate_after_disconnect          = "string"
      rotated_password                 = "string"
      rotated_secret_ldap_id           = "string"
      rotated_username                 = "string"
      rotation_event_ins               = ["string"]
      description                      = "string"
      authentication_credentials       = "string"
      secure_access_web                = false
      secure_access_certificate_issuer = "string"
      secure_access_enable             = "string"
      secure_access_hosts              = ["string"]
      rotation_interval                = "string"
      secure_access_url                = "string"
      delete_protection                = "string"
      secure_access_web_browsing       = false
      secure_access_web_proxy          = false
      tags                             = ["string"]
      auto_rotate                      = "string"
      targets                          = ["string"]
      user_attribute                   = "string"
      user_dn                          = "string"
    }
    
    var rotatedSecretLdapResource = new RotatedSecretLdap("rotatedSecretLdapResource", RotatedSecretLdapArgs.builder()
        .rotatorType("string")
        .targetName("string")
        .rotationHour(0.0)
        .secureAccessRdpDomain("string")
        .hostProvider("string")
        .itemCustomFields(Map.of("string", "string"))
        .keepPrevVersion("string")
        .key("string")
        .maxVersions("string")
        .name("string")
        .passwordLength("string")
        .rotateAfterDisconnect("string")
        .rotatedPassword("string")
        .rotatedSecretLdapId("string")
        .rotatedUsername("string")
        .rotationEventIns("string")
        .description("string")
        .authenticationCredentials("string")
        .secureAccessWeb(false)
        .secureAccessCertificateIssuer("string")
        .secureAccessEnable("string")
        .secureAccessHosts("string")
        .rotationInterval("string")
        .secureAccessUrl("string")
        .deleteProtection("string")
        .secureAccessWebBrowsing(false)
        .secureAccessWebProxy(false)
        .tags("string")
        .autoRotate("string")
        .targets("string")
        .userAttribute("string")
        .userDn("string")
        .build());
    
    rotated_secret_ldap_resource = akeyless.RotatedSecretLdap("rotatedSecretLdapResource",
        rotator_type="string",
        target_name="string",
        rotation_hour=float(0),
        secure_access_rdp_domain="string",
        host_provider="string",
        item_custom_fields={
            "string": "string",
        },
        keep_prev_version="string",
        key="string",
        max_versions="string",
        name="string",
        password_length="string",
        rotate_after_disconnect="string",
        rotated_password="string",
        rotated_secret_ldap_id="string",
        rotated_username="string",
        rotation_event_ins=["string"],
        description="string",
        authentication_credentials="string",
        secure_access_web=False,
        secure_access_certificate_issuer="string",
        secure_access_enable="string",
        secure_access_hosts=["string"],
        rotation_interval="string",
        secure_access_url="string",
        delete_protection="string",
        secure_access_web_browsing=False,
        secure_access_web_proxy=False,
        tags=["string"],
        auto_rotate="string",
        targets=["string"],
        user_attribute="string",
        user_dn="string")
    
    const rotatedSecretLdapResource = new akeyless.RotatedSecretLdap("rotatedSecretLdapResource", {
        rotatorType: "string",
        targetName: "string",
        rotationHour: 0,
        secureAccessRdpDomain: "string",
        hostProvider: "string",
        itemCustomFields: {
            string: "string",
        },
        keepPrevVersion: "string",
        key: "string",
        maxVersions: "string",
        name: "string",
        passwordLength: "string",
        rotateAfterDisconnect: "string",
        rotatedPassword: "string",
        rotatedSecretLdapId: "string",
        rotatedUsername: "string",
        rotationEventIns: ["string"],
        description: "string",
        authenticationCredentials: "string",
        secureAccessWeb: false,
        secureAccessCertificateIssuer: "string",
        secureAccessEnable: "string",
        secureAccessHosts: ["string"],
        rotationInterval: "string",
        secureAccessUrl: "string",
        deleteProtection: "string",
        secureAccessWebBrowsing: false,
        secureAccessWebProxy: false,
        tags: ["string"],
        autoRotate: "string",
        targets: ["string"],
        userAttribute: "string",
        userDn: "string",
    });
    
    type: akeyless:RotatedSecretLdap
    properties:
        authenticationCredentials: string
        autoRotate: string
        deleteProtection: string
        description: string
        hostProvider: string
        itemCustomFields:
            string: string
        keepPrevVersion: string
        key: string
        maxVersions: string
        name: string
        passwordLength: string
        rotateAfterDisconnect: string
        rotatedPassword: string
        rotatedSecretLdapId: string
        rotatedUsername: string
        rotationEventIns:
            - string
        rotationHour: 0
        rotationInterval: string
        rotatorType: string
        secureAccessCertificateIssuer: string
        secureAccessEnable: string
        secureAccessHosts:
            - string
        secureAccessRdpDomain: string
        secureAccessUrl: string
        secureAccessWeb: false
        secureAccessWebBrowsing: false
        secureAccessWebProxy: false
        tags:
            - string
        targetName: string
        targets:
            - 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. options: [target/ldap]
    TargetName string
    Target name
    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 [true/false]
    DeleteProtection string
    Protection from accidental deletion of this object [true/false]
    Description string
    Description of the object
    HostProvider string
    Host provider type [explicit/target], Default Host provider is explicit, Relevant only for Secure Remote Access of ssh cert issuer, ldap rotated secret and ldap dynamic secret
    ItemCustomFields Dictionary<string, string>
    Additional custom fields to associate with the item
    KeepPrevVersion string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    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)
    MaxVersions string
    Set the maximum number of versions, limited by the account settings defaults.
    Name string
    Rotated secret name
    PasswordLength string
    The length of the password to be generated
    RotateAfterDisconnect string
    Rotate the value of the secret after SRA session ends [true/false]
    RotatedPassword string
    rotated-username password (relevant only for rotator-type=ldap)
    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=ldap)
    RotationEventIns List<string>
    How many days before the rotation of the item would you like to be notified
    RotationHour double
    The Hour of the rotation in UTC
    RotationInterval string
    The number of days to wait between every automatic key rotation (1-365)
    SecureAccessCertificateIssuer string
    Path to the SSH Certificate Issuer for your Akeyless Secure Access
    SecureAccessEnable string
    Enable/Disable secure remote access [true/false]
    SecureAccessHosts List<string>
    Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers)
    SecureAccessRdpDomain string
    Default domain name server. i.e. microsoft.com
    SecureAccessUrl string
    Destination URL to inject secrets
    SecureAccessWeb bool
    Enable Web Secure Remote Access
    SecureAccessWebBrowsing bool
    Secure browser via Akeyless's Secure Remote Access (SRA)
    SecureAccessWebProxy bool
    Web-Proxy via Akeyless's Secure Remote Access (SRA)
    Tags List<string>
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    Targets List<string>
    A list of linked targets to be associated, Relevant only for Secure Remote Access for ssh cert issuer, ldap rotated secret and ldap dynamic secret, To specify multiple targets use argument multiple times
    UserAttribute string
    LDAP User Attribute, Default value "cn"
    UserDn string
    Base DN to Perform User Search
    RotatorType string
    The rotator type. options: [target/ldap]
    TargetName string
    Target name
    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 [true/false]
    DeleteProtection string
    Protection from accidental deletion of this object [true/false]
    Description string
    Description of the object
    HostProvider string
    Host provider type [explicit/target], Default Host provider is explicit, Relevant only for Secure Remote Access of ssh cert issuer, ldap rotated secret and ldap dynamic secret
    ItemCustomFields map[string]string
    Additional custom fields to associate with the item
    KeepPrevVersion string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    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)
    MaxVersions string
    Set the maximum number of versions, limited by the account settings defaults.
    Name string
    Rotated secret name
    PasswordLength string
    The length of the password to be generated
    RotateAfterDisconnect string
    Rotate the value of the secret after SRA session ends [true/false]
    RotatedPassword string
    rotated-username password (relevant only for rotator-type=ldap)
    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=ldap)
    RotationEventIns []string
    How many days before the rotation of the item would you like to be notified
    RotationHour float64
    The Hour of the rotation in UTC
    RotationInterval string
    The number of days to wait between every automatic key rotation (1-365)
    SecureAccessCertificateIssuer string
    Path to the SSH Certificate Issuer for your Akeyless Secure Access
    SecureAccessEnable string
    Enable/Disable secure remote access [true/false]
    SecureAccessHosts []string
    Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers)
    SecureAccessRdpDomain string
    Default domain name server. i.e. microsoft.com
    SecureAccessUrl string
    Destination URL to inject secrets
    SecureAccessWeb bool
    Enable Web Secure Remote Access
    SecureAccessWebBrowsing bool
    Secure browser via Akeyless's Secure Remote Access (SRA)
    SecureAccessWebProxy bool
    Web-Proxy via Akeyless's Secure Remote Access (SRA)
    Tags []string
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    Targets []string
    A list of linked targets to be associated, Relevant only for Secure Remote Access for ssh cert issuer, ldap rotated secret and ldap dynamic secret, To specify multiple targets use argument multiple times
    UserAttribute string
    LDAP User Attribute, Default value "cn"
    UserDn string
    Base DN to Perform User Search
    rotator_type string
    The rotator type. options: [target/ldap]
    target_name string
    Target name
    authentication_credentials string
    The credentials to connect with use-self-creds/use-target-creds
    auto_rotate string
    Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false]
    delete_protection string
    Protection from accidental deletion of this object [true/false]
    description string
    Description of the object
    host_provider string
    Host provider type [explicit/target], Default Host provider is explicit, Relevant only for Secure Remote Access of ssh cert issuer, ldap rotated secret and ldap dynamic secret
    item_custom_fields map(string)
    Additional custom fields to associate with the item
    keep_prev_version string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    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)
    max_versions string
    Set the maximum number of versions, limited by the account settings defaults.
    name string
    Rotated secret name
    password_length string
    The length of the password to be generated
    rotate_after_disconnect string
    Rotate the value of the secret after SRA session ends [true/false]
    rotated_password string
    rotated-username password (relevant only for rotator-type=ldap)
    rotated_secret_ldap_id string
    The ID of this resource.
    rotated_username 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=ldap)
    rotation_event_ins list(string)
    How many days before the rotation of the item would you like to be notified
    rotation_hour number
    The Hour of the rotation in UTC
    rotation_interval string
    The number of days to wait between every automatic key rotation (1-365)
    secure_access_certificate_issuer string
    Path to the SSH Certificate Issuer for your Akeyless Secure Access
    secure_access_enable string
    Enable/Disable secure remote access [true/false]
    secure_access_hosts list(string)
    Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers)
    secure_access_rdp_domain string
    Default domain name server. i.e. microsoft.com
    secure_access_url string
    Destination URL to inject secrets
    secure_access_web bool
    Enable Web Secure Remote Access
    secure_access_web_browsing bool
    Secure browser via Akeyless's Secure Remote Access (SRA)
    secure_access_web_proxy bool
    Web-Proxy via Akeyless's Secure Remote Access (SRA)
    tags list(string)
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    targets list(string)
    A list of linked targets to be associated, Relevant only for Secure Remote Access for ssh cert issuer, ldap rotated secret and ldap dynamic secret, To specify multiple targets use argument multiple times
    user_attribute string
    LDAP User Attribute, Default value "cn"
    user_dn string
    Base DN to Perform User Search
    rotatorType String
    The rotator type. options: [target/ldap]
    targetName String
    Target name
    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 [true/false]
    deleteProtection String
    Protection from accidental deletion of this object [true/false]
    description String
    Description of the object
    hostProvider String
    Host provider type [explicit/target], Default Host provider is explicit, Relevant only for Secure Remote Access of ssh cert issuer, ldap rotated secret and ldap dynamic secret
    itemCustomFields Map<String,String>
    Additional custom fields to associate with the item
    keepPrevVersion String
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    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)
    maxVersions String
    Set the maximum number of versions, limited by the account settings defaults.
    name String
    Rotated secret name
    passwordLength String
    The length of the password to be generated
    rotateAfterDisconnect String
    Rotate the value of the secret after SRA session ends [true/false]
    rotatedPassword String
    rotated-username password (relevant only for rotator-type=ldap)
    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=ldap)
    rotationEventIns List<String>
    How many days before the rotation of the item would you like to be notified
    rotationHour Double
    The Hour of the rotation in UTC
    rotationInterval String
    The number of days to wait between every automatic key rotation (1-365)
    secureAccessCertificateIssuer String
    Path to the SSH Certificate Issuer for your Akeyless Secure Access
    secureAccessEnable String
    Enable/Disable secure remote access [true/false]
    secureAccessHosts List<String>
    Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers)
    secureAccessRdpDomain String
    Default domain name server. i.e. microsoft.com
    secureAccessUrl String
    Destination URL to inject secrets
    secureAccessWeb Boolean
    Enable Web Secure Remote Access
    secureAccessWebBrowsing Boolean
    Secure browser via Akeyless's Secure Remote Access (SRA)
    secureAccessWebProxy Boolean
    Web-Proxy via Akeyless's Secure Remote Access (SRA)
    tags List<String>
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    targets List<String>
    A list of linked targets to be associated, Relevant only for Secure Remote Access for ssh cert issuer, ldap rotated secret and ldap dynamic secret, To specify multiple targets use argument multiple times
    userAttribute String
    LDAP User Attribute, Default value "cn"
    userDn String
    Base DN to Perform User Search
    rotatorType string
    The rotator type. options: [target/ldap]
    targetName string
    Target name
    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 [true/false]
    deleteProtection string
    Protection from accidental deletion of this object [true/false]
    description string
    Description of the object
    hostProvider string
    Host provider type [explicit/target], Default Host provider is explicit, Relevant only for Secure Remote Access of ssh cert issuer, ldap rotated secret and ldap dynamic secret
    itemCustomFields {[key: string]: string}
    Additional custom fields to associate with the item
    keepPrevVersion string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    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)
    maxVersions string
    Set the maximum number of versions, limited by the account settings defaults.
    name string
    Rotated secret name
    passwordLength string
    The length of the password to be generated
    rotateAfterDisconnect string
    Rotate the value of the secret after SRA session ends [true/false]
    rotatedPassword string
    rotated-username password (relevant only for rotator-type=ldap)
    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=ldap)
    rotationEventIns string[]
    How many days before the rotation of the item would you like to be notified
    rotationHour number
    The Hour of the rotation in UTC
    rotationInterval string
    The number of days to wait between every automatic key rotation (1-365)
    secureAccessCertificateIssuer string
    Path to the SSH Certificate Issuer for your Akeyless Secure Access
    secureAccessEnable string
    Enable/Disable secure remote access [true/false]
    secureAccessHosts string[]
    Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers)
    secureAccessRdpDomain string
    Default domain name server. i.e. microsoft.com
    secureAccessUrl string
    Destination URL to inject secrets
    secureAccessWeb boolean
    Enable Web Secure Remote Access
    secureAccessWebBrowsing boolean
    Secure browser via Akeyless's Secure Remote Access (SRA)
    secureAccessWebProxy boolean
    Web-Proxy via Akeyless's Secure Remote Access (SRA)
    tags string[]
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    targets string[]
    A list of linked targets to be associated, Relevant only for Secure Remote Access for ssh cert issuer, ldap rotated secret and ldap dynamic secret, To specify multiple targets use argument multiple times
    userAttribute string
    LDAP User Attribute, Default value "cn"
    userDn string
    Base DN to Perform User Search
    rotator_type str
    The rotator type. options: [target/ldap]
    target_name str
    Target name
    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 [true/false]
    delete_protection str
    Protection from accidental deletion of this object [true/false]
    description str
    Description of the object
    host_provider str
    Host provider type [explicit/target], Default Host provider is explicit, Relevant only for Secure Remote Access of ssh cert issuer, ldap rotated secret and ldap dynamic secret
    item_custom_fields Mapping[str, str]
    Additional custom fields to associate with the item
    keep_prev_version str
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    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)
    max_versions str
    Set the maximum number of versions, limited by the account settings defaults.
    name str
    Rotated secret name
    password_length str
    The length of the password to be generated
    rotate_after_disconnect str
    Rotate the value of the secret after SRA session ends [true/false]
    rotated_password str
    rotated-username password (relevant only for rotator-type=ldap)
    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=ldap)
    rotation_event_ins Sequence[str]
    How many days before the rotation of the item would you like to be notified
    rotation_hour float
    The Hour of the rotation in UTC
    rotation_interval str
    The number of days to wait between every automatic key rotation (1-365)
    secure_access_certificate_issuer str
    Path to the SSH Certificate Issuer for your Akeyless Secure Access
    secure_access_enable str
    Enable/Disable secure remote access [true/false]
    secure_access_hosts Sequence[str]
    Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers)
    secure_access_rdp_domain str
    Default domain name server. i.e. microsoft.com
    secure_access_url str
    Destination URL to inject secrets
    secure_access_web bool
    Enable Web Secure Remote Access
    secure_access_web_browsing bool
    Secure browser via Akeyless's Secure Remote Access (SRA)
    secure_access_web_proxy bool
    Web-Proxy via Akeyless's Secure Remote Access (SRA)
    tags Sequence[str]
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    targets Sequence[str]
    A list of linked targets to be associated, Relevant only for Secure Remote Access for ssh cert issuer, ldap rotated secret and ldap dynamic secret, To specify multiple targets use argument multiple times
    user_attribute str
    LDAP User Attribute, Default value "cn"
    user_dn str
    Base DN to Perform User Search
    rotatorType String
    The rotator type. options: [target/ldap]
    targetName String
    Target name
    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 [true/false]
    deleteProtection String
    Protection from accidental deletion of this object [true/false]
    description String
    Description of the object
    hostProvider String
    Host provider type [explicit/target], Default Host provider is explicit, Relevant only for Secure Remote Access of ssh cert issuer, ldap rotated secret and ldap dynamic secret
    itemCustomFields Map<String>
    Additional custom fields to associate with the item
    keepPrevVersion String
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    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)
    maxVersions String
    Set the maximum number of versions, limited by the account settings defaults.
    name String
    Rotated secret name
    passwordLength String
    The length of the password to be generated
    rotateAfterDisconnect String
    Rotate the value of the secret after SRA session ends [true/false]
    rotatedPassword String
    rotated-username password (relevant only for rotator-type=ldap)
    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=ldap)
    rotationEventIns List<String>
    How many days before the rotation of the item would you like to be notified
    rotationHour Number
    The Hour of the rotation in UTC
    rotationInterval String
    The number of days to wait between every automatic key rotation (1-365)
    secureAccessCertificateIssuer String
    Path to the SSH Certificate Issuer for your Akeyless Secure Access
    secureAccessEnable String
    Enable/Disable secure remote access [true/false]
    secureAccessHosts List<String>
    Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers)
    secureAccessRdpDomain String
    Default domain name server. i.e. microsoft.com
    secureAccessUrl String
    Destination URL to inject secrets
    secureAccessWeb Boolean
    Enable Web Secure Remote Access
    secureAccessWebBrowsing Boolean
    Secure browser via Akeyless's Secure Remote Access (SRA)
    secureAccessWebProxy Boolean
    Web-Proxy via Akeyless's Secure Remote Access (SRA)
    tags List<String>
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    targets List<String>
    A list of linked targets to be associated, Relevant only for Secure Remote Access for ssh cert issuer, ldap rotated secret and ldap dynamic secret, To specify multiple targets use argument multiple times
    userAttribute String
    LDAP User Attribute, Default value "cn"
    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 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,
            delete_protection: Optional[str] = None,
            description: Optional[str] = None,
            host_provider: Optional[str] = None,
            item_custom_fields: Optional[Mapping[str, str]] = None,
            keep_prev_version: Optional[str] = None,
            key: Optional[str] = None,
            max_versions: Optional[str] = None,
            name: Optional[str] = None,
            password_length: Optional[str] = None,
            rotate_after_disconnect: Optional[str] = None,
            rotated_password: Optional[str] = None,
            rotated_secret_ldap_id: Optional[str] = None,
            rotated_username: Optional[str] = None,
            rotation_event_ins: Optional[Sequence[str]] = None,
            rotation_hour: Optional[float] = None,
            rotation_interval: Optional[str] = None,
            rotator_type: Optional[str] = None,
            secure_access_certificate_issuer: Optional[str] = None,
            secure_access_enable: Optional[str] = None,
            secure_access_hosts: Optional[Sequence[str]] = None,
            secure_access_rdp_domain: Optional[str] = None,
            secure_access_url: Optional[str] = None,
            secure_access_web: Optional[bool] = None,
            secure_access_web_browsing: Optional[bool] = None,
            secure_access_web_proxy: Optional[bool] = None,
            tags: Optional[Sequence[str]] = None,
            target_name: Optional[str] = None,
            targets: Optional[Sequence[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}
    import {
      to = akeyless_rotatedsecretldap.example
      id = "${id}"
    }
    
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    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 [true/false]
    DeleteProtection string
    Protection from accidental deletion of this object [true/false]
    Description string
    Description of the object
    HostProvider string
    Host provider type [explicit/target], Default Host provider is explicit, Relevant only for Secure Remote Access of ssh cert issuer, ldap rotated secret and ldap dynamic secret
    ItemCustomFields Dictionary<string, string>
    Additional custom fields to associate with the item
    KeepPrevVersion string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    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)
    MaxVersions string
    Set the maximum number of versions, limited by the account settings defaults.
    Name string
    Rotated secret name
    PasswordLength string
    The length of the password to be generated
    RotateAfterDisconnect string
    Rotate the value of the secret after SRA session ends [true/false]
    RotatedPassword string
    rotated-username password (relevant only for rotator-type=ldap)
    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=ldap)
    RotationEventIns List<string>
    How many days before the rotation of the item would you like to be notified
    RotationHour double
    The Hour of the rotation in UTC
    RotationInterval string
    The number of days to wait between every automatic key rotation (1-365)
    RotatorType string
    The rotator type. options: [target/ldap]
    SecureAccessCertificateIssuer string
    Path to the SSH Certificate Issuer for your Akeyless Secure Access
    SecureAccessEnable string
    Enable/Disable secure remote access [true/false]
    SecureAccessHosts List<string>
    Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers)
    SecureAccessRdpDomain string
    Default domain name server. i.e. microsoft.com
    SecureAccessUrl string
    Destination URL to inject secrets
    SecureAccessWeb bool
    Enable Web Secure Remote Access
    SecureAccessWebBrowsing bool
    Secure browser via Akeyless's Secure Remote Access (SRA)
    SecureAccessWebProxy bool
    Web-Proxy via Akeyless's Secure Remote Access (SRA)
    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
    Target name
    Targets List<string>
    A list of linked targets to be associated, Relevant only for Secure Remote Access for ssh cert issuer, ldap rotated secret and ldap dynamic secret, To specify multiple targets use argument multiple times
    UserAttribute string
    LDAP User Attribute, Default value "cn"
    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 [true/false]
    DeleteProtection string
    Protection from accidental deletion of this object [true/false]
    Description string
    Description of the object
    HostProvider string
    Host provider type [explicit/target], Default Host provider is explicit, Relevant only for Secure Remote Access of ssh cert issuer, ldap rotated secret and ldap dynamic secret
    ItemCustomFields map[string]string
    Additional custom fields to associate with the item
    KeepPrevVersion string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    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)
    MaxVersions string
    Set the maximum number of versions, limited by the account settings defaults.
    Name string
    Rotated secret name
    PasswordLength string
    The length of the password to be generated
    RotateAfterDisconnect string
    Rotate the value of the secret after SRA session ends [true/false]
    RotatedPassword string
    rotated-username password (relevant only for rotator-type=ldap)
    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=ldap)
    RotationEventIns []string
    How many days before the rotation of the item would you like to be notified
    RotationHour float64
    The Hour of the rotation in UTC
    RotationInterval string
    The number of days to wait between every automatic key rotation (1-365)
    RotatorType string
    The rotator type. options: [target/ldap]
    SecureAccessCertificateIssuer string
    Path to the SSH Certificate Issuer for your Akeyless Secure Access
    SecureAccessEnable string
    Enable/Disable secure remote access [true/false]
    SecureAccessHosts []string
    Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers)
    SecureAccessRdpDomain string
    Default domain name server. i.e. microsoft.com
    SecureAccessUrl string
    Destination URL to inject secrets
    SecureAccessWeb bool
    Enable Web Secure Remote Access
    SecureAccessWebBrowsing bool
    Secure browser via Akeyless's Secure Remote Access (SRA)
    SecureAccessWebProxy bool
    Web-Proxy via Akeyless's Secure Remote Access (SRA)
    Tags []string
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    TargetName string
    Target name
    Targets []string
    A list of linked targets to be associated, Relevant only for Secure Remote Access for ssh cert issuer, ldap rotated secret and ldap dynamic secret, To specify multiple targets use argument multiple times
    UserAttribute string
    LDAP User Attribute, Default value "cn"
    UserDn string
    Base DN to Perform User Search
    authentication_credentials string
    The credentials to connect with use-self-creds/use-target-creds
    auto_rotate string
    Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false]
    delete_protection string
    Protection from accidental deletion of this object [true/false]
    description string
    Description of the object
    host_provider string
    Host provider type [explicit/target], Default Host provider is explicit, Relevant only for Secure Remote Access of ssh cert issuer, ldap rotated secret and ldap dynamic secret
    item_custom_fields map(string)
    Additional custom fields to associate with the item
    keep_prev_version string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    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)
    max_versions string
    Set the maximum number of versions, limited by the account settings defaults.
    name string
    Rotated secret name
    password_length string
    The length of the password to be generated
    rotate_after_disconnect string
    Rotate the value of the secret after SRA session ends [true/false]
    rotated_password string
    rotated-username password (relevant only for rotator-type=ldap)
    rotated_secret_ldap_id string
    The ID of this resource.
    rotated_username 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=ldap)
    rotation_event_ins list(string)
    How many days before the rotation of the item would you like to be notified
    rotation_hour number
    The Hour of the rotation in UTC
    rotation_interval string
    The number of days to wait between every automatic key rotation (1-365)
    rotator_type string
    The rotator type. options: [target/ldap]
    secure_access_certificate_issuer string
    Path to the SSH Certificate Issuer for your Akeyless Secure Access
    secure_access_enable string
    Enable/Disable secure remote access [true/false]
    secure_access_hosts list(string)
    Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers)
    secure_access_rdp_domain string
    Default domain name server. i.e. microsoft.com
    secure_access_url string
    Destination URL to inject secrets
    secure_access_web bool
    Enable Web Secure Remote Access
    secure_access_web_browsing bool
    Secure browser via Akeyless's Secure Remote Access (SRA)
    secure_access_web_proxy bool
    Web-Proxy via Akeyless's Secure Remote Access (SRA)
    tags list(string)
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    target_name string
    Target name
    targets list(string)
    A list of linked targets to be associated, Relevant only for Secure Remote Access for ssh cert issuer, ldap rotated secret and ldap dynamic secret, To specify multiple targets use argument multiple times
    user_attribute string
    LDAP User Attribute, Default value "cn"
    user_dn 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 [true/false]
    deleteProtection String
    Protection from accidental deletion of this object [true/false]
    description String
    Description of the object
    hostProvider String
    Host provider type [explicit/target], Default Host provider is explicit, Relevant only for Secure Remote Access of ssh cert issuer, ldap rotated secret and ldap dynamic secret
    itemCustomFields Map<String,String>
    Additional custom fields to associate with the item
    keepPrevVersion String
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    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)
    maxVersions String
    Set the maximum number of versions, limited by the account settings defaults.
    name String
    Rotated secret name
    passwordLength String
    The length of the password to be generated
    rotateAfterDisconnect String
    Rotate the value of the secret after SRA session ends [true/false]
    rotatedPassword String
    rotated-username password (relevant only for rotator-type=ldap)
    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=ldap)
    rotationEventIns List<String>
    How many days before the rotation of the item would you like to be notified
    rotationHour Double
    The Hour of the rotation in UTC
    rotationInterval String
    The number of days to wait between every automatic key rotation (1-365)
    rotatorType String
    The rotator type. options: [target/ldap]
    secureAccessCertificateIssuer String
    Path to the SSH Certificate Issuer for your Akeyless Secure Access
    secureAccessEnable String
    Enable/Disable secure remote access [true/false]
    secureAccessHosts List<String>
    Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers)
    secureAccessRdpDomain String
    Default domain name server. i.e. microsoft.com
    secureAccessUrl String
    Destination URL to inject secrets
    secureAccessWeb Boolean
    Enable Web Secure Remote Access
    secureAccessWebBrowsing Boolean
    Secure browser via Akeyless's Secure Remote Access (SRA)
    secureAccessWebProxy Boolean
    Web-Proxy via Akeyless's Secure Remote Access (SRA)
    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
    Target name
    targets List<String>
    A list of linked targets to be associated, Relevant only for Secure Remote Access for ssh cert issuer, ldap rotated secret and ldap dynamic secret, To specify multiple targets use argument multiple times
    userAttribute String
    LDAP User Attribute, Default value "cn"
    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 [true/false]
    deleteProtection string
    Protection from accidental deletion of this object [true/false]
    description string
    Description of the object
    hostProvider string
    Host provider type [explicit/target], Default Host provider is explicit, Relevant only for Secure Remote Access of ssh cert issuer, ldap rotated secret and ldap dynamic secret
    itemCustomFields {[key: string]: string}
    Additional custom fields to associate with the item
    keepPrevVersion string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    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)
    maxVersions string
    Set the maximum number of versions, limited by the account settings defaults.
    name string
    Rotated secret name
    passwordLength string
    The length of the password to be generated
    rotateAfterDisconnect string
    Rotate the value of the secret after SRA session ends [true/false]
    rotatedPassword string
    rotated-username password (relevant only for rotator-type=ldap)
    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=ldap)
    rotationEventIns string[]
    How many days before the rotation of the item would you like to be notified
    rotationHour number
    The Hour of the rotation in UTC
    rotationInterval string
    The number of days to wait between every automatic key rotation (1-365)
    rotatorType string
    The rotator type. options: [target/ldap]
    secureAccessCertificateIssuer string
    Path to the SSH Certificate Issuer for your Akeyless Secure Access
    secureAccessEnable string
    Enable/Disable secure remote access [true/false]
    secureAccessHosts string[]
    Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers)
    secureAccessRdpDomain string
    Default domain name server. i.e. microsoft.com
    secureAccessUrl string
    Destination URL to inject secrets
    secureAccessWeb boolean
    Enable Web Secure Remote Access
    secureAccessWebBrowsing boolean
    Secure browser via Akeyless's Secure Remote Access (SRA)
    secureAccessWebProxy boolean
    Web-Proxy via Akeyless's Secure Remote Access (SRA)
    tags string[]
    List of the tags attached to this secret. To specify multiple tags use argument multiple times: -t Tag1 -t Tag2
    targetName string
    Target name
    targets string[]
    A list of linked targets to be associated, Relevant only for Secure Remote Access for ssh cert issuer, ldap rotated secret and ldap dynamic secret, To specify multiple targets use argument multiple times
    userAttribute string
    LDAP User Attribute, Default value "cn"
    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 [true/false]
    delete_protection str
    Protection from accidental deletion of this object [true/false]
    description str
    Description of the object
    host_provider str
    Host provider type [explicit/target], Default Host provider is explicit, Relevant only for Secure Remote Access of ssh cert issuer, ldap rotated secret and ldap dynamic secret
    item_custom_fields Mapping[str, str]
    Additional custom fields to associate with the item
    keep_prev_version str
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    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)
    max_versions str
    Set the maximum number of versions, limited by the account settings defaults.
    name str
    Rotated secret name
    password_length str
    The length of the password to be generated
    rotate_after_disconnect str
    Rotate the value of the secret after SRA session ends [true/false]
    rotated_password str
    rotated-username password (relevant only for rotator-type=ldap)
    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=ldap)
    rotation_event_ins Sequence[str]
    How many days before the rotation of the item would you like to be notified
    rotation_hour float
    The Hour of the rotation in UTC
    rotation_interval str
    The number of days to wait between every automatic key rotation (1-365)
    rotator_type str
    The rotator type. options: [target/ldap]
    secure_access_certificate_issuer str
    Path to the SSH Certificate Issuer for your Akeyless Secure Access
    secure_access_enable str
    Enable/Disable secure remote access [true/false]
    secure_access_hosts Sequence[str]
    Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers)
    secure_access_rdp_domain str
    Default domain name server. i.e. microsoft.com
    secure_access_url str
    Destination URL to inject secrets
    secure_access_web bool
    Enable Web Secure Remote Access
    secure_access_web_browsing bool
    Secure browser via Akeyless's Secure Remote Access (SRA)
    secure_access_web_proxy bool
    Web-Proxy via Akeyless's Secure Remote Access (SRA)
    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
    Target name
    targets Sequence[str]
    A list of linked targets to be associated, Relevant only for Secure Remote Access for ssh cert issuer, ldap rotated secret and ldap dynamic secret, To specify multiple targets use argument multiple times
    user_attribute str
    LDAP User Attribute, Default value "cn"
    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 [true/false]
    deleteProtection String
    Protection from accidental deletion of this object [true/false]
    description String
    Description of the object
    hostProvider String
    Host provider type [explicit/target], Default Host provider is explicit, Relevant only for Secure Remote Access of ssh cert issuer, ldap rotated secret and ldap dynamic secret
    itemCustomFields Map<String>
    Additional custom fields to associate with the item
    keepPrevVersion String
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    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)
    maxVersions String
    Set the maximum number of versions, limited by the account settings defaults.
    name String
    Rotated secret name
    passwordLength String
    The length of the password to be generated
    rotateAfterDisconnect String
    Rotate the value of the secret after SRA session ends [true/false]
    rotatedPassword String
    rotated-username password (relevant only for rotator-type=ldap)
    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=ldap)
    rotationEventIns List<String>
    How many days before the rotation of the item would you like to be notified
    rotationHour Number
    The Hour of the rotation in UTC
    rotationInterval String
    The number of days to wait between every automatic key rotation (1-365)
    rotatorType String
    The rotator type. options: [target/ldap]
    secureAccessCertificateIssuer String
    Path to the SSH Certificate Issuer for your Akeyless Secure Access
    secureAccessEnable String
    Enable/Disable secure remote access [true/false]
    secureAccessHosts List<String>
    Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers)
    secureAccessRdpDomain String
    Default domain name server. i.e. microsoft.com
    secureAccessUrl String
    Destination URL to inject secrets
    secureAccessWeb Boolean
    Enable Web Secure Remote Access
    secureAccessWebBrowsing Boolean
    Secure browser via Akeyless's Secure Remote Access (SRA)
    secureAccessWebProxy Boolean
    Web-Proxy via Akeyless's Secure Remote Access (SRA)
    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
    Target name
    targets List<String>
    A list of linked targets to be associated, Relevant only for Secure Remote Access for ssh cert issuer, ldap rotated secret and ldap dynamic secret, To specify multiple targets use argument multiple times
    userAttribute String
    LDAP User Attribute, Default value "cn"
    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.
    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.