akeyless 5.0.16 → 5.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (147) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -1
  3. data/docs/AccountGeneralSettings.md +2 -0
  4. data/docs/AuthMethodCreateApiKey.md +1 -1
  5. data/docs/AuthMethodCreateAwsIam.md +1 -1
  6. data/docs/AuthMethodCreateAzureAD.md +1 -1
  7. data/docs/AuthMethodCreateCert.md +1 -1
  8. data/docs/AuthMethodCreateEmail.md +1 -1
  9. data/docs/AuthMethodCreateGcp.md +1 -1
  10. data/docs/AuthMethodCreateK8s.md +1 -1
  11. data/docs/AuthMethodCreateKerberos.md +1 -1
  12. data/docs/AuthMethodCreateLdap.md +1 -1
  13. data/docs/AuthMethodCreateOCI.md +1 -1
  14. data/docs/AuthMethodCreateOIDC.md +1 -1
  15. data/docs/AuthMethodCreateOauth2.md +1 -1
  16. data/docs/AuthMethodCreateSAML.md +1 -1
  17. data/docs/AuthMethodCreateUniversalIdentity.md +1 -1
  18. data/docs/AuthMethodUpdateApiKey.md +1 -1
  19. data/docs/AuthMethodUpdateAwsIam.md +1 -1
  20. data/docs/AuthMethodUpdateAzureAD.md +1 -1
  21. data/docs/AuthMethodUpdateCert.md +1 -1
  22. data/docs/AuthMethodUpdateEmail.md +1 -1
  23. data/docs/AuthMethodUpdateGcp.md +1 -1
  24. data/docs/AuthMethodUpdateK8s.md +1 -1
  25. data/docs/AuthMethodUpdateKerberos.md +1 -1
  26. data/docs/AuthMethodUpdateLdap.md +1 -1
  27. data/docs/AuthMethodUpdateOCI.md +1 -1
  28. data/docs/AuthMethodUpdateOIDC.md +1 -1
  29. data/docs/AuthMethodUpdateOauth2.md +1 -1
  30. data/docs/AuthMethodUpdateSAML.md +1 -1
  31. data/docs/AuthMethodUpdateUniversalIdentity.md +1 -1
  32. data/docs/CreateAuthMethod.md +1 -1
  33. data/docs/CreateAuthMethodAWSIAM.md +1 -1
  34. data/docs/CreateAuthMethodAzureAD.md +1 -1
  35. data/docs/CreateAuthMethodCert.md +1 -1
  36. data/docs/CreateAuthMethodEmail.md +1 -1
  37. data/docs/CreateAuthMethodGCP.md +1 -1
  38. data/docs/CreateAuthMethodHuawei.md +1 -1
  39. data/docs/CreateAuthMethodK8S.md +1 -1
  40. data/docs/CreateAuthMethodLDAP.md +1 -1
  41. data/docs/CreateAuthMethodOAuth2.md +1 -1
  42. data/docs/CreateAuthMethodOCI.md +1 -1
  43. data/docs/CreateAuthMethodOIDC.md +1 -1
  44. data/docs/CreateAuthMethodSAML.md +1 -1
  45. data/docs/CreateAuthMethodUniversalIdentity.md +1 -1
  46. data/docs/CreatePKICertIssuer.md +3 -3
  47. data/docs/ItemUSCSyncAssociation.md +2 -0
  48. data/docs/ListItems.md +2 -0
  49. data/docs/RotatedSecretCreateOpenAI.md +56 -0
  50. data/docs/RotatedSecretCreateSsh.md +1 -1
  51. data/docs/RotatedSecretDeleteSync.md +2 -0
  52. data/docs/RotatedSecretSync.md +2 -0
  53. data/docs/RotatedSecretUpdateOpenAI.md +58 -0
  54. data/docs/RotatedSecretUpdateSsh.md +1 -1
  55. data/docs/StaticSecretDeleteSync.md +2 -0
  56. data/docs/StaticSecretSync.md +2 -0
  57. data/docs/UpdateAccountSettings.md +2 -2
  58. data/docs/UpdateAuthMethod.md +1 -1
  59. data/docs/UpdateAuthMethodAWSIAM.md +1 -1
  60. data/docs/UpdateAuthMethodAzureAD.md +1 -1
  61. data/docs/UpdateAuthMethodCert.md +1 -1
  62. data/docs/UpdateAuthMethodGCP.md +1 -1
  63. data/docs/UpdateAuthMethodK8S.md +1 -1
  64. data/docs/UpdateAuthMethodLDAP.md +1 -1
  65. data/docs/UpdateAuthMethodOAuth2.md +1 -1
  66. data/docs/UpdateAuthMethodOCI.md +1 -1
  67. data/docs/UpdateAuthMethodOIDC.md +1 -1
  68. data/docs/UpdateAuthMethodSAML.md +1 -1
  69. data/docs/UpdateAuthMethodUniversalIdentity.md +1 -1
  70. data/docs/UpdatePKICertIssuer.md +3 -3
  71. data/docs/UscSyncInfo.md +2 -0
  72. data/docs/V2Api.md +126 -0
  73. data/lib/akeyless/api/v2_api.rb +128 -0
  74. data/lib/akeyless/models/account_general_settings.rb +10 -1
  75. data/lib/akeyless/models/auth_method_create_api_key.rb +1 -0
  76. data/lib/akeyless/models/auth_method_create_aws_iam.rb +1 -0
  77. data/lib/akeyless/models/auth_method_create_azure_ad.rb +1 -0
  78. data/lib/akeyless/models/auth_method_create_cert.rb +1 -0
  79. data/lib/akeyless/models/auth_method_create_email.rb +1 -0
  80. data/lib/akeyless/models/auth_method_create_gcp.rb +1 -0
  81. data/lib/akeyless/models/auth_method_create_k8s.rb +1 -0
  82. data/lib/akeyless/models/auth_method_create_kerberos.rb +1 -0
  83. data/lib/akeyless/models/auth_method_create_ldap.rb +1 -0
  84. data/lib/akeyless/models/auth_method_create_oauth2.rb +1 -0
  85. data/lib/akeyless/models/auth_method_create_oci.rb +1 -0
  86. data/lib/akeyless/models/auth_method_create_oidc.rb +1 -0
  87. data/lib/akeyless/models/auth_method_create_saml.rb +1 -0
  88. data/lib/akeyless/models/auth_method_create_universal_identity.rb +1 -0
  89. data/lib/akeyless/models/auth_method_update_api_key.rb +1 -0
  90. data/lib/akeyless/models/auth_method_update_aws_iam.rb +1 -0
  91. data/lib/akeyless/models/auth_method_update_azure_ad.rb +1 -0
  92. data/lib/akeyless/models/auth_method_update_cert.rb +1 -0
  93. data/lib/akeyless/models/auth_method_update_email.rb +1 -0
  94. data/lib/akeyless/models/auth_method_update_gcp.rb +1 -0
  95. data/lib/akeyless/models/auth_method_update_k8s.rb +1 -0
  96. data/lib/akeyless/models/auth_method_update_kerberos.rb +1 -0
  97. data/lib/akeyless/models/auth_method_update_ldap.rb +1 -0
  98. data/lib/akeyless/models/auth_method_update_oauth2.rb +1 -0
  99. data/lib/akeyless/models/auth_method_update_oci.rb +1 -0
  100. data/lib/akeyless/models/auth_method_update_oidc.rb +1 -0
  101. data/lib/akeyless/models/auth_method_update_saml.rb +1 -0
  102. data/lib/akeyless/models/auth_method_update_universal_identity.rb +1 -0
  103. data/lib/akeyless/models/create_auth_method.rb +1 -0
  104. data/lib/akeyless/models/create_auth_method_awsiam.rb +1 -0
  105. data/lib/akeyless/models/create_auth_method_azure_ad.rb +1 -0
  106. data/lib/akeyless/models/create_auth_method_cert.rb +1 -0
  107. data/lib/akeyless/models/create_auth_method_email.rb +1 -0
  108. data/lib/akeyless/models/create_auth_method_gcp.rb +1 -0
  109. data/lib/akeyless/models/create_auth_method_huawei.rb +1 -0
  110. data/lib/akeyless/models/create_auth_method_k8_s.rb +1 -0
  111. data/lib/akeyless/models/create_auth_method_ldap.rb +1 -0
  112. data/lib/akeyless/models/create_auth_method_o_auth2.rb +1 -0
  113. data/lib/akeyless/models/create_auth_method_oci.rb +1 -0
  114. data/lib/akeyless/models/create_auth_method_oidc.rb +1 -0
  115. data/lib/akeyless/models/create_auth_method_saml.rb +1 -0
  116. data/lib/akeyless/models/create_auth_method_universal_identity.rb +1 -0
  117. data/lib/akeyless/models/create_pki_cert_issuer.rb +3 -0
  118. data/lib/akeyless/models/item_usc_sync_association.rb +10 -1
  119. data/lib/akeyless/models/list_items.rb +13 -1
  120. data/lib/akeyless/models/rotated_secret_create_open_ai.rb +437 -0
  121. data/lib/akeyless/models/rotated_secret_create_ssh.rb +1 -1
  122. data/lib/akeyless/models/rotated_secret_delete_sync.rb +13 -1
  123. data/lib/akeyless/models/rotated_secret_sync.rb +11 -1
  124. data/lib/akeyless/models/rotated_secret_update_open_ai.rb +437 -0
  125. data/lib/akeyless/models/rotated_secret_update_ssh.rb +1 -1
  126. data/lib/akeyless/models/static_secret_delete_sync.rb +13 -1
  127. data/lib/akeyless/models/static_secret_sync.rb +11 -1
  128. data/lib/akeyless/models/update_account_settings.rb +2 -0
  129. data/lib/akeyless/models/update_auth_method.rb +1 -0
  130. data/lib/akeyless/models/update_auth_method_awsiam.rb +1 -0
  131. data/lib/akeyless/models/update_auth_method_azure_ad.rb +1 -0
  132. data/lib/akeyless/models/update_auth_method_cert.rb +1 -0
  133. data/lib/akeyless/models/update_auth_method_gcp.rb +1 -0
  134. data/lib/akeyless/models/update_auth_method_k8_s.rb +1 -0
  135. data/lib/akeyless/models/update_auth_method_ldap.rb +1 -0
  136. data/lib/akeyless/models/update_auth_method_o_auth2.rb +1 -0
  137. data/lib/akeyless/models/update_auth_method_oci.rb +1 -0
  138. data/lib/akeyless/models/update_auth_method_oidc.rb +1 -0
  139. data/lib/akeyless/models/update_auth_method_saml.rb +1 -0
  140. data/lib/akeyless/models/update_auth_method_universal_identity.rb +1 -0
  141. data/lib/akeyless/models/update_pki_cert_issuer.rb +3 -0
  142. data/lib/akeyless/models/usc_sync_info.rb +10 -1
  143. data/lib/akeyless/version.rb +1 -1
  144. data/lib/akeyless.rb +2 -0
  145. data/spec/models/rotated_secret_create_open_ai_spec.rb +150 -0
  146. data/spec/models/rotated_secret_update_open_ai_spec.rb +156 -0
  147. metadata +9 -1
@@ -25970,6 +25970,70 @@ module Akeyless
25970
25970
  return data, status_code, headers
25971
25971
  end
25972
25972
 
25973
+ # @param rotated_secret_create_open_ai [RotatedSecretCreateOpenAI]
25974
+ # @param [Hash] opts the optional parameters
25975
+ # @return [RotatedSecretCreateOutput]
25976
+ def rotated_secret_create_open_ai(rotated_secret_create_open_ai, opts = {})
25977
+ data, _status_code, _headers = rotated_secret_create_open_ai_with_http_info(rotated_secret_create_open_ai, opts)
25978
+ data
25979
+ end
25980
+
25981
+ # @param rotated_secret_create_open_ai [RotatedSecretCreateOpenAI]
25982
+ # @param [Hash] opts the optional parameters
25983
+ # @return [Array<(RotatedSecretCreateOutput, Integer, Hash)>] RotatedSecretCreateOutput data, response status code and response headers
25984
+ def rotated_secret_create_open_ai_with_http_info(rotated_secret_create_open_ai, opts = {})
25985
+ if @api_client.config.debugging
25986
+ @api_client.config.logger.debug 'Calling API: V2Api.rotated_secret_create_open_ai ...'
25987
+ end
25988
+ # verify the required parameter 'rotated_secret_create_open_ai' is set
25989
+ if @api_client.config.client_side_validation && rotated_secret_create_open_ai.nil?
25990
+ fail ArgumentError, "Missing the required parameter 'rotated_secret_create_open_ai' when calling V2Api.rotated_secret_create_open_ai"
25991
+ end
25992
+ # resource path
25993
+ local_var_path = '/rotated-secret-create-openai'
25994
+
25995
+ # query parameters
25996
+ query_params = opts[:query_params] || {}
25997
+
25998
+ # header parameters
25999
+ header_params = opts[:header_params] || {}
26000
+ # HTTP header 'Accept' (if needed)
26001
+ header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
26002
+ # HTTP header 'Content-Type'
26003
+ content_type = @api_client.select_header_content_type(['application/json'])
26004
+ if !content_type.nil?
26005
+ header_params['Content-Type'] = content_type
26006
+ end
26007
+
26008
+ # form parameters
26009
+ form_params = opts[:form_params] || {}
26010
+
26011
+ # http body (model)
26012
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(rotated_secret_create_open_ai)
26013
+
26014
+ # return_type
26015
+ return_type = opts[:debug_return_type] || 'RotatedSecretCreateOutput'
26016
+
26017
+ # auth_names
26018
+ auth_names = opts[:debug_auth_names] || []
26019
+
26020
+ new_options = opts.merge(
26021
+ :operation => :"V2Api.rotated_secret_create_open_ai",
26022
+ :header_params => header_params,
26023
+ :query_params => query_params,
26024
+ :form_params => form_params,
26025
+ :body => post_body,
26026
+ :auth_names => auth_names,
26027
+ :return_type => return_type
26028
+ )
26029
+
26030
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
26031
+ if @api_client.config.debugging
26032
+ @api_client.config.logger.debug "API called: V2Api#rotated_secret_create_open_ai\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
26033
+ end
26034
+ return data, status_code, headers
26035
+ end
26036
+
25973
26037
  # @param rotated_secret_create_oracledb [RotatedSecretCreateOracledb]
25974
26038
  # @param [Hash] opts the optional parameters
25975
26039
  # @return [RotatedSecretCreateOutput]
@@ -27442,6 +27506,70 @@ module Akeyless
27442
27506
  return data, status_code, headers
27443
27507
  end
27444
27508
 
27509
+ # @param rotated_secret_update_open_ai [RotatedSecretUpdateOpenAI]
27510
+ # @param [Hash] opts the optional parameters
27511
+ # @return [RotatedSecretUpdateOutput]
27512
+ def rotated_secret_update_open_ai(rotated_secret_update_open_ai, opts = {})
27513
+ data, _status_code, _headers = rotated_secret_update_open_ai_with_http_info(rotated_secret_update_open_ai, opts)
27514
+ data
27515
+ end
27516
+
27517
+ # @param rotated_secret_update_open_ai [RotatedSecretUpdateOpenAI]
27518
+ # @param [Hash] opts the optional parameters
27519
+ # @return [Array<(RotatedSecretUpdateOutput, Integer, Hash)>] RotatedSecretUpdateOutput data, response status code and response headers
27520
+ def rotated_secret_update_open_ai_with_http_info(rotated_secret_update_open_ai, opts = {})
27521
+ if @api_client.config.debugging
27522
+ @api_client.config.logger.debug 'Calling API: V2Api.rotated_secret_update_open_ai ...'
27523
+ end
27524
+ # verify the required parameter 'rotated_secret_update_open_ai' is set
27525
+ if @api_client.config.client_side_validation && rotated_secret_update_open_ai.nil?
27526
+ fail ArgumentError, "Missing the required parameter 'rotated_secret_update_open_ai' when calling V2Api.rotated_secret_update_open_ai"
27527
+ end
27528
+ # resource path
27529
+ local_var_path = '/rotated-secret-update-openai'
27530
+
27531
+ # query parameters
27532
+ query_params = opts[:query_params] || {}
27533
+
27534
+ # header parameters
27535
+ header_params = opts[:header_params] || {}
27536
+ # HTTP header 'Accept' (if needed)
27537
+ header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
27538
+ # HTTP header 'Content-Type'
27539
+ content_type = @api_client.select_header_content_type(['application/json'])
27540
+ if !content_type.nil?
27541
+ header_params['Content-Type'] = content_type
27542
+ end
27543
+
27544
+ # form parameters
27545
+ form_params = opts[:form_params] || {}
27546
+
27547
+ # http body (model)
27548
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(rotated_secret_update_open_ai)
27549
+
27550
+ # return_type
27551
+ return_type = opts[:debug_return_type] || 'RotatedSecretUpdateOutput'
27552
+
27553
+ # auth_names
27554
+ auth_names = opts[:debug_auth_names] || []
27555
+
27556
+ new_options = opts.merge(
27557
+ :operation => :"V2Api.rotated_secret_update_open_ai",
27558
+ :header_params => header_params,
27559
+ :query_params => query_params,
27560
+ :form_params => form_params,
27561
+ :body => post_body,
27562
+ :auth_names => auth_names,
27563
+ :return_type => return_type
27564
+ )
27565
+
27566
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
27567
+ if @api_client.config.debugging
27568
+ @api_client.config.logger.debug "API called: V2Api#rotated_secret_update_open_ai\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
27569
+ end
27570
+ return data, status_code, headers
27571
+ end
27572
+
27445
27573
  # @param rotated_secret_update_oracledb [RotatedSecretUpdateOracledb]
27446
27574
  # @param [Hash] opts the optional parameters
27447
27575
  # @return [RotatedSecretUpdateOutput]
@@ -24,6 +24,8 @@ module Akeyless
24
24
 
25
25
  attr_accessor :ai_insights
26
26
 
27
+ attr_accessor :allow_auto_fill
28
+
27
29
  attr_accessor :allowed_client_types
28
30
 
29
31
  attr_accessor :allowed_clients_ips
@@ -72,6 +74,7 @@ module Akeyless
72
74
  :'account_default_key_item_id' => :'account_default_key_item_id',
73
75
  :'account_default_key_name' => :'account_default_key_name',
74
76
  :'ai_insights' => :'ai_insights',
77
+ :'allow_auto_fill' => :'allow_auto_fill',
75
78
  :'allowed_client_types' => :'allowed_client_types',
76
79
  :'allowed_clients_ips' => :'allowed_clients_ips',
77
80
  :'allowed_gateways_ips' => :'allowed_gateways_ips',
@@ -106,6 +109,7 @@ module Akeyless
106
109
  :'account_default_key_item_id' => :'Integer',
107
110
  :'account_default_key_name' => :'String',
108
111
  :'ai_insights' => :'AiInsightsSetting',
112
+ :'allow_auto_fill' => :'Boolean',
109
113
  :'allowed_client_types' => :'AllowedClientType',
110
114
  :'allowed_clients_ips' => :'AllowedIpSettings',
111
115
  :'allowed_gateways_ips' => :'AllowedIpSettings',
@@ -162,6 +166,10 @@ module Akeyless
162
166
  self.ai_insights = attributes[:'ai_insights']
163
167
  end
164
168
 
169
+ if attributes.key?(:'allow_auto_fill')
170
+ self.allow_auto_fill = attributes[:'allow_auto_fill']
171
+ end
172
+
165
173
  if attributes.key?(:'allowed_client_types')
166
174
  self.allowed_client_types = attributes[:'allowed_client_types']
167
175
  end
@@ -266,6 +274,7 @@ module Akeyless
266
274
  account_default_key_item_id == o.account_default_key_item_id &&
267
275
  account_default_key_name == o.account_default_key_name &&
268
276
  ai_insights == o.ai_insights &&
277
+ allow_auto_fill == o.allow_auto_fill &&
269
278
  allowed_client_types == o.allowed_client_types &&
270
279
  allowed_clients_ips == o.allowed_clients_ips &&
271
280
  allowed_gateways_ips == o.allowed_gateways_ips &&
@@ -297,7 +306,7 @@ module Akeyless
297
306
  # Calculates hash code according to all attributes.
298
307
  # @return [Integer] Hash code
299
308
  def hash
300
- [account_default_key_item_id, account_default_key_name, ai_insights, allowed_client_types, allowed_clients_ips, allowed_gateways_ips, auth_usage_event, certificate_expiration_events, data_protection_section, default_home_page, dynamic_secret_max_ttl, enable_request_for_access, hide_personal_folder, hide_static_password, invalid_characters, item_usage_event, lock_default_key, password_expiration_info, password_policy, password_score, protect_items_by_default, rotation_secret_max_interval, sharing_policy].hash
309
+ [account_default_key_item_id, account_default_key_name, ai_insights, allow_auto_fill, allowed_client_types, allowed_clients_ips, allowed_gateways_ips, auth_usage_event, certificate_expiration_events, data_protection_section, default_home_page, dynamic_secret_max_ttl, enable_request_for_access, hide_personal_folder, hide_static_password, invalid_characters, item_usage_event, lock_default_key, password_expiration_info, password_policy, password_score, protect_items_by_default, rotation_secret_max_interval, sharing_policy].hash
301
310
  end
302
311
 
303
312
  # Builds the object from hash
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Deprecated (Deprecated) The audience in the JWT
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Comma separated list of allowed CORS domains to be validated as part of the authentication flow.
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # The audience to verify in the JWT received by the client
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # The audience in the Kubernetes JWT that the access is restricted to
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # The audience in the JWT
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Allowed redirect URIs after the authentication
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Allowed redirect URIs after the authentication
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -18,6 +18,7 @@ module Akeyless
18
18
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
19
19
  attr_accessor :access_expires
20
20
 
21
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
21
22
  attr_accessor :allowed_client_type
22
23
 
23
24
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Deprecated (Deprecated) The audience in the JWT
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Comma separated list of allowed CORS domains to be validated as part of the authentication flow.
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # The audience to verify in the JWT received by the client
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # The audience in the Kubernetes JWT that the access is restricted to
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # The audience in the JWT
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Allowed redirect URIs after the authentication
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Allowed redirect URIs after the authentication
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Deprecated (Deprecated) The audience in the JWT
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Comma separated list of allowed CORS domains to be validated as part of the authentication flow.
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # The audience to verify in the JWT received by the client
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # The audience in the Kubernetes JWT that the access is restricted to
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # The audience in the JWT
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Allowed redirect URIs after the authentication
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Allowed redirect URIs after the authentication
@@ -19,6 +19,7 @@ module Akeyless
19
19
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
20
20
  attr_accessor :access_expires
21
21
 
22
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -54,11 +54,13 @@ module Akeyless
54
54
  # Set this to allow the issuer will expose a CRL endpoint in the Gateway
55
55
  attr_accessor :create_private_crl
56
56
 
57
+ # Set this to enable an OCSP endpoint in the Gateway and include its URL in AIA
57
58
  attr_accessor :create_private_ocsp
58
59
 
59
60
  # Set this to allow the cert issuer will expose a public CRL endpoint
60
61
  attr_accessor :create_public_crl
61
62
 
63
+ # Set this to enable a public OCSP endpoint and include its URL in AIA (served by UAM and includes account id)
62
64
  attr_accessor :create_public_ocsp
63
65
 
64
66
  # Mark key usage as critical [true/false]
@@ -115,6 +117,7 @@ module Akeyless
115
117
  # If set, clients can request certificates without a CN
116
118
  attr_accessor :not_require_cn
117
119
 
120
+ # OCSP NextUpdate window for OCSP responses (min 10m). Supports s,m,h,d suffix.
118
121
  attr_accessor :ocsp_ttl
119
122
 
120
123
  # A comma-separated list of organizational units (OU) that will be set in the issued certificate