Skip to content

Latest commit

 

History

History
54 lines (48 loc) · 2.45 KB

GatewayCreateProducerGke.md

File metadata and controls

54 lines (48 loc) · 2.45 KB

Akeyless::GatewayCreateProducerGke

Properties

Name Type Description Notes
delete_protection String Protection from accidental deletion of this object [true/false] [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]
json Boolean Set output format to JSON [optional][default to false]
name String Dynamic secret name
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 Path to the SSH Certificate Issuer for your Akeyless Bastion [optional]
secure_access_cluster_endpoint String The K8s cluster endpoint URL [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::GatewayCreateProducerGke.new(
  delete_protection: null,
  gke_account_key: null,
  gke_cluster_cert: null,
  gke_cluster_endpoint: null,
  gke_cluster_name: null,
  gke_service_account_email: null,
  json: null,
  name: null,
  producer_encryption_key_name: null,
  secure_access_allow_port_forwading: null,
  secure_access_bastion_issuer: null,
  secure_access_cluster_endpoint: null,
  secure_access_enable: null,
  secure_access_web: null,
  tags: null,
  target_name: null,
  token: null,
  uid_token: null,
  user_ttl: null
)