Skip to content

Latest commit

 

History

History
64 lines (58 loc) · 3.13 KB

File metadata and controls

64 lines (58 loc) · 3.13 KB

Akeyless::DynamicSecretUpdateGke

Properties

Name Type Description Notes
delete_protection String Protection from accidental deletion of this object [true/false] [optional]
description String Description of the object [optional]
gke_account_key String GKE Service Account key file path [optional]
gke_cluster_cert String GKE cluster CA certificate [optional]
gke_cluster_endpoint String GKE cluster URL endpoint [optional]
gke_cluster_name String GKE cluster name [optional]
gke_service_account_email String GKE service account email [optional]
item_custom_fields Hash<String, String> Additional custom fields to associate with the item [optional]
json Boolean Set output format to JSON [optional][default to false]
name String Dynamic secret name
new_name String Dynamic secret name [optional]
producer_encryption_key_name String Dynamic producer encryption key [optional]
secure_access_allow_port_forwading Boolean Enable Port forwarding while using CLI access [optional]
secure_access_bastion_issuer String Deprecated. use secure-access-certificate-issuer [optional]
secure_access_certificate_issuer String Path to the SSH Certificate Issuer for your Akeyless Secure Access [optional]
secure_access_cluster_endpoint String The K8s cluster endpoint URL [optional]
secure_access_delay Integer The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds [optional]
secure_access_enable String Enable/Disable secure remote access [true/false] [optional]
secure_access_web Boolean Enable Web Secure Remote Access [optional][default to false]
tags Array<String> Add tags attached to this object [optional]
target_name String Target name [optional]
token String Authentication token (see `/auth` and `/configure`) [optional]
uid_token String The universal identity token, Required only for universal_identity authentication [optional]
user_ttl String User TTL [optional][default to '60m']

Example

require 'akeyless'

instance = Akeyless::DynamicSecretUpdateGke.new(
  delete_protection: null,
  description: null,
  gke_account_key: null,
  gke_cluster_cert: null,
  gke_cluster_endpoint: null,
  gke_cluster_name: null,
  gke_service_account_email: null,
  item_custom_fields: null,
  json: null,
  name: null,
  new_name: null,
  producer_encryption_key_name: null,
  secure_access_allow_port_forwading: null,
  secure_access_bastion_issuer: null,
  secure_access_certificate_issuer: null,
  secure_access_cluster_endpoint: null,
  secure_access_delay: null,
  secure_access_enable: null,
  secure_access_web: null,
  tags: null,
  target_name: null,
  token: null,
  uid_token: null,
  user_ttl: null
)