Skip to content

Latest commit

 

History

History
70 lines (64 loc) · 3.48 KB

GatewayUpdateProducerLdap.md

File metadata and controls

70 lines (64 loc) · 3.48 KB

Akeyless::GatewayUpdateProducerLdap

Properties

Name Type Description Notes
provider_type String [optional]
bind_dn String Bind DN [optional]
bind_dn_password String Bind DN Password [optional]
delete_protection String Protection from accidental deletion of this object [true/false] [optional]
external_username String Externally provided username [true/false] [optional][default to 'false']
group_dn String Group DN which the temporary user should be added [optional]
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 [optional]
json Boolean Set output format to JSON [optional][default to false]
ldap_ca_cert String CA Certificate File Content [optional]
ldap_url String LDAP Server URL [optional]
name String Dynamic secret name
new_name String Dynamic secret name [optional]
password_length String The length of the password to be generated [optional]
producer_encryption_key_name String Dynamic producer encryption key [optional]
secure_access_enable String Enable/Disable secure remote access [true/false] [optional]
secure_access_host Array<String> Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers) [optional]
secure_access_rd_gateway_server String RD Gateway server [optional]
secure_access_rdp_domain String Required when the Dynamic Secret is used for a domain user [optional]
tags Array<String> Add tags attached to this object [optional]
target Array<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 [optional]
target_name String Target name [optional]
token String Authentication token (see `/auth` and `/configure`) [optional]
token_expiration String Token expiration [optional]
uid_token String The universal identity token, Required only for universal_identity authentication [optional]
user_attribute String User Attribute [optional]
user_dn String User DN [optional]
user_ttl String User TTL [optional][default to '60m']

Example

require 'akeyless'

instance = Akeyless::GatewayUpdateProducerLdap.new(
  provider_type: null,
  bind_dn: null,
  bind_dn_password: null,
  delete_protection: null,
  external_username: null,
  group_dn: null,
  host_provider: null,
  json: null,
  ldap_ca_cert: null,
  ldap_url: null,
  name: null,
  new_name: null,
  password_length: null,
  producer_encryption_key_name: null,
  secure_access_enable: null,
  secure_access_host: null,
  secure_access_rd_gateway_server: null,
  secure_access_rdp_domain: null,
  tags: null,
  target: null,
  target_name: null,
  token: null,
  token_expiration: null,
  uid_token: null,
  user_attribute: null,
  user_dn: null,
  user_ttl: null
)