akeyless 2.16.3 → 2.16.6

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 (160) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +39 -1
  3. data/docs/AwsS3LogForwardingConfig.md +2 -0
  4. data/docs/CreateAuthMethod.md +1 -1
  5. data/docs/CreateAuthMethodAWSIAM.md +1 -1
  6. data/docs/CreateAuthMethodAzureAD.md +1 -1
  7. data/docs/CreateAuthMethodCert.md +1 -1
  8. data/docs/CreateAuthMethodGCP.md +1 -1
  9. data/docs/CreateAuthMethodHuawei.md +1 -1
  10. data/docs/CreateAuthMethodK8S.md +1 -1
  11. data/docs/CreateAuthMethodLDAP.md +1 -1
  12. data/docs/CreateAuthMethodOAuth2.md +1 -1
  13. data/docs/CreateAuthMethodOIDC.md +1 -1
  14. data/docs/CreateAuthMethodSAML.md +1 -1
  15. data/docs/CreateAuthMethodUniversalIdentity.md +1 -1
  16. data/docs/CreateClassicKey.md +12 -0
  17. data/docs/CreateRotatedSecret.md +28 -0
  18. data/docs/CreateSalesforceTarget.md +42 -0
  19. data/docs/CreateSalesforceTargetOutput.md +18 -0
  20. data/docs/CreateTokenizer.md +42 -0
  21. data/docs/CreateTokenizerOutput.md +18 -0
  22. data/docs/Detokenize.md +26 -0
  23. data/docs/DetokenizeOutput.md +18 -0
  24. data/docs/DynamicSecretProducerInfo.md +2 -0
  25. data/docs/EmailTokenizerInfo.md +22 -0
  26. data/docs/GatewayCreateMigration.md +50 -0
  27. data/docs/GatewayDeleteMigration.md +22 -0
  28. data/docs/GatewayGetMigration.md +22 -0
  29. data/docs/GatewayMigrationCreateOutput.md +18 -0
  30. data/docs/GatewayMigrationDeleteOutput.md +18 -0
  31. data/docs/GatewayMigrationGetOutput.md +18 -0
  32. data/docs/GatewayMigrationUpdateOutput.md +18 -0
  33. data/docs/GatewayUpdateMigration.md +52 -0
  34. data/docs/GetSecretValue.md +2 -0
  35. data/docs/HashiPayload.md +2 -0
  36. data/docs/Item.md +2 -0
  37. data/docs/ItemGeneralInfo.md +5 -1
  38. data/docs/ListTargets.md +2 -0
  39. data/docs/LogForwardingConfigPart.md +0 -2
  40. data/docs/Producer.md +2 -0
  41. data/docs/RegexpTokenizerInfo.md +24 -0
  42. data/docs/RotateSecret.md +22 -0
  43. data/docs/RotatedSecretOutput.md +18 -0
  44. data/docs/SystemAccessCredentialsReplyObj.md +2 -0
  45. data/docs/TargetTypeDetailsInput.md +12 -0
  46. data/docs/Tokenize.md +26 -0
  47. data/docs/TokenizeOutput.md +20 -0
  48. data/docs/TokenizerInfo.md +18 -0
  49. data/docs/UpdateAuthMethod.md +1 -1
  50. data/docs/UpdateAuthMethodAWSIAM.md +1 -1
  51. data/docs/UpdateAuthMethodAzureAD.md +1 -1
  52. data/docs/UpdateAuthMethodCert.md +1 -1
  53. data/docs/UpdateAuthMethodGCP.md +1 -1
  54. data/docs/UpdateAuthMethodK8S.md +1 -1
  55. data/docs/UpdateAuthMethodLDAP.md +1 -1
  56. data/docs/UpdateAuthMethodOAuth2.md +1 -1
  57. data/docs/UpdateAuthMethodOIDC.md +1 -1
  58. data/docs/UpdateAuthMethodSAML.md +1 -1
  59. data/docs/UpdateAuthMethodUniversalIdentity.md +1 -1
  60. data/docs/UpdateRotatedSecret.md +28 -0
  61. data/docs/UpdateSalesforceTarget.md +48 -0
  62. data/docs/UpdateSalesforceTargetOutput.md +18 -0
  63. data/docs/UpdateTokenizer.md +46 -0
  64. data/docs/UpdateTokenizerOutput.md +18 -0
  65. data/docs/V2Api.md +762 -6
  66. data/docs/VaultlessTokenizerInfo.md +28 -0
  67. data/lib/akeyless/api/v2_api.rb +769 -1
  68. data/lib/akeyless/models/aws_s3_log_forwarding_config.rb +10 -1
  69. data/lib/akeyless/models/create_auth_method.rb +0 -2
  70. data/lib/akeyless/models/create_auth_method_awsiam.rb +0 -2
  71. data/lib/akeyless/models/create_auth_method_azure_ad.rb +0 -2
  72. data/lib/akeyless/models/create_auth_method_cert.rb +0 -2
  73. data/lib/akeyless/models/create_auth_method_gcp.rb +0 -2
  74. data/lib/akeyless/models/create_auth_method_huawei.rb +0 -2
  75. data/lib/akeyless/models/create_auth_method_k8_s.rb +0 -2
  76. data/lib/akeyless/models/create_auth_method_ldap.rb +0 -2
  77. data/lib/akeyless/models/create_auth_method_o_auth2.rb +0 -2
  78. data/lib/akeyless/models/create_auth_method_oidc.rb +0 -2
  79. data/lib/akeyless/models/create_auth_method_saml.rb +0 -2
  80. data/lib/akeyless/models/create_auth_method_universal_identity.rb +0 -2
  81. data/lib/akeyless/models/create_classic_key.rb +61 -1
  82. data/lib/akeyless/models/create_rotated_secret.rb +153 -1
  83. data/lib/akeyless/models/create_salesforce_target.rb +375 -0
  84. data/lib/akeyless/models/create_salesforce_target_output.rb +219 -0
  85. data/lib/akeyless/models/create_tokenizer.rb +358 -0
  86. data/lib/akeyless/models/create_tokenizer_output.rb +219 -0
  87. data/lib/akeyless/models/detokenize.rb +271 -0
  88. data/lib/akeyless/models/detokenize_output.rb +219 -0
  89. data/lib/akeyless/models/dynamic_secret_producer_info.rb +10 -1
  90. data/lib/akeyless/models/email_tokenizer_info.rb +241 -0
  91. data/lib/akeyless/models/gateway_create_migration.rb +374 -0
  92. data/lib/akeyless/models/gateway_delete_migration.rb +246 -0
  93. data/lib/akeyless/models/gateway_get_migration.rb +240 -0
  94. data/lib/akeyless/models/gateway_migration_create_output.rb +219 -0
  95. data/lib/akeyless/models/gateway_migration_delete_output.rb +219 -0
  96. data/lib/akeyless/models/gateway_migration_get_output.rb +219 -0
  97. data/lib/akeyless/models/gateway_migration_update_output.rb +219 -0
  98. data/lib/akeyless/models/gateway_update_migration.rb +383 -0
  99. data/lib/akeyless/models/gateway_update_producer_hana_db.rb +1 -1
  100. data/lib/akeyless/models/get_secret_value.rb +10 -1
  101. data/lib/akeyless/models/hashi_payload.rb +10 -1
  102. data/lib/akeyless/models/item.rb +10 -1
  103. data/lib/akeyless/models/item_general_info.rb +22 -4
  104. data/lib/akeyless/models/list_targets.rb +13 -1
  105. data/lib/akeyless/models/log_forwarding_config_part.rb +1 -10
  106. data/lib/akeyless/models/producer.rb +10 -1
  107. data/lib/akeyless/models/regexp_tokenizer_info.rb +251 -0
  108. data/lib/akeyless/models/rotate_secret.rb +245 -0
  109. data/lib/akeyless/models/rotated_secret_output.rb +219 -0
  110. data/lib/akeyless/models/system_access_credentials_reply_obj.rb +11 -1
  111. data/lib/akeyless/models/target_type_details_input.rb +59 -1
  112. data/lib/akeyless/models/tokenize.rb +271 -0
  113. data/lib/akeyless/models/tokenize_output.rb +228 -0
  114. data/lib/akeyless/models/tokenizer_info.rb +219 -0
  115. data/lib/akeyless/models/update_auth_method.rb +0 -2
  116. data/lib/akeyless/models/update_auth_method_awsiam.rb +0 -2
  117. data/lib/akeyless/models/update_auth_method_azure_ad.rb +0 -2
  118. data/lib/akeyless/models/update_auth_method_cert.rb +0 -2
  119. data/lib/akeyless/models/update_auth_method_gcp.rb +0 -2
  120. data/lib/akeyless/models/update_auth_method_k8_s.rb +0 -2
  121. data/lib/akeyless/models/update_auth_method_ldap.rb +0 -2
  122. data/lib/akeyless/models/update_auth_method_o_auth2.rb +0 -2
  123. data/lib/akeyless/models/update_auth_method_oidc.rb +0 -2
  124. data/lib/akeyless/models/update_auth_method_saml.rb +0 -2
  125. data/lib/akeyless/models/update_auth_method_universal_identity.rb +0 -2
  126. data/lib/akeyless/models/update_rotated_secret.rb +153 -1
  127. data/lib/akeyless/models/update_salesforce_target.rb +404 -0
  128. data/lib/akeyless/models/update_salesforce_target_output.rb +219 -0
  129. data/lib/akeyless/models/update_tokenizer.rb +382 -0
  130. data/lib/akeyless/models/update_tokenizer_output.rb +219 -0
  131. data/lib/akeyless/models/vaultless_tokenizer_info.rb +267 -0
  132. data/lib/akeyless/version.rb +1 -1
  133. data/lib/akeyless.rb +26 -0
  134. data/spec/models/create_salesforce_target_output_spec.rb +34 -0
  135. data/spec/models/create_salesforce_target_spec.rb +106 -0
  136. data/spec/models/create_tokenizer_output_spec.rb +34 -0
  137. data/spec/models/create_tokenizer_spec.rb +106 -0
  138. data/spec/models/detokenize_output_spec.rb +34 -0
  139. data/spec/models/detokenize_spec.rb +58 -0
  140. data/spec/models/email_tokenizer_info_spec.rb +46 -0
  141. data/spec/models/gateway_create_migration_spec.rb +130 -0
  142. data/spec/models/gateway_delete_migration_spec.rb +46 -0
  143. data/spec/models/gateway_get_migration_spec.rb +46 -0
  144. data/spec/models/gateway_migration_create_output_spec.rb +34 -0
  145. data/spec/models/gateway_migration_delete_output_spec.rb +34 -0
  146. data/spec/models/gateway_migration_get_output_spec.rb +34 -0
  147. data/spec/models/gateway_migration_update_output_spec.rb +34 -0
  148. data/spec/models/gateway_update_migration_spec.rb +136 -0
  149. data/spec/models/regexp_tokenizer_info_spec.rb +52 -0
  150. data/spec/models/rotate_secret_spec.rb +46 -0
  151. data/spec/models/rotated_secret_output_spec.rb +34 -0
  152. data/spec/models/tokenize_output_spec.rb +40 -0
  153. data/spec/models/tokenize_spec.rb +58 -0
  154. data/spec/models/tokenizer_info_spec.rb +34 -0
  155. data/spec/models/update_salesforce_target_output_spec.rb +34 -0
  156. data/spec/models/update_salesforce_target_spec.rb +124 -0
  157. data/spec/models/update_tokenizer_output_spec.rb +34 -0
  158. data/spec/models/update_tokenizer_spec.rb +118 -0
  159. data/spec/models/vaultless_tokenizer_info_spec.rb +64 -0
  160. metadata +563 -459
@@ -7,7 +7,7 @@
7
7
  | **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
8
8
  | **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
9
9
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
10
- | **jwt_ttl** | **Integer** | Jwt TTL | [optional][default to 0] |
10
+ | **jwt_ttl** | **Integer** | Jwt TTL | [optional] |
11
11
  | **name** | **String** | Auth Method name | |
12
12
  | **new_name** | **String** | Auth Method new name | [optional] |
13
13
  | **public_key_data** | **String** | A public key generated for LDAP authentication method on Akeyless in base64 format [RSA2048] | [optional] |
@@ -11,7 +11,7 @@
11
11
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
12
12
  | **issuer** | **String** | Issuer URL | [optional] |
13
13
  | **jwks_uri** | **String** | The URL to the JSON Web Key Set (JWKS) that containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization server. | |
14
- | **jwt_ttl** | **Integer** | Jwt TTL | [optional][default to 0] |
14
+ | **jwt_ttl** | **Integer** | Jwt TTL | [optional] |
15
15
  | **name** | **String** | Auth Method name | |
16
16
  | **new_name** | **String** | Auth Method new name | [optional] |
17
17
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
@@ -11,7 +11,7 @@
11
11
  | **client_secret** | **String** | Client Secret | [optional] |
12
12
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
13
13
  | **issuer** | **String** | Issuer URL | [optional] |
14
- | **jwt_ttl** | **Integer** | Jwt TTL | [optional][default to 0] |
14
+ | **jwt_ttl** | **Integer** | Jwt TTL | [optional] |
15
15
  | **name** | **String** | Auth Method name | |
16
16
  | **new_name** | **String** | Auth Method new name | [optional] |
17
17
  | **required_scopes** | **Array<String>** | RequiredScopes is a list of required scopes that the oidc method will request from the oidc provider and the user must approve | [optional] |
@@ -10,7 +10,7 @@
10
10
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
11
11
  | **idp_metadata_url** | **String** | IDP metadata url | [optional] |
12
12
  | **idp_metadata_xml_data** | **String** | IDP metadata xml data | [optional] |
13
- | **jwt_ttl** | **Integer** | Jwt TTL | [optional][default to 0] |
13
+ | **jwt_ttl** | **Integer** | Jwt TTL | [optional] |
14
14
  | **name** | **String** | Auth Method name | |
15
15
  | **new_name** | **String** | Auth Method new name | [optional] |
16
16
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
@@ -9,7 +9,7 @@
9
9
  | **deny_inheritance** | **Boolean** | Deny from root to create children | [optional] |
10
10
  | **deny_rotate** | **Boolean** | Deny from the token to rotate | [optional] |
11
11
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
12
- | **jwt_ttl** | **Integer** | Jwt TTL | [optional][default to 0] |
12
+ | **jwt_ttl** | **Integer** | Jwt TTL | [optional] |
13
13
  | **name** | **String** | Auth Method name | |
14
14
  | **new_name** | **String** | Auth Method new name | [optional] |
15
15
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
@@ -8,6 +8,7 @@
8
8
  | **api_id** | **String** | | [optional] |
9
9
  | **api_key** | **String** | | [optional] |
10
10
  | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation | [optional] |
11
+ | **aws_region** | **String** | Region (used in aws) | [optional][default to 'us-east-2'] |
11
12
  | **custom_payload** | **String** | | [optional] |
12
13
  | **keep_prev_version** | **String** | | [optional] |
13
14
  | **key** | **String** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional] |
@@ -22,6 +23,19 @@
22
23
  | **rotation_interval** | **String** | The number of days to wait between every automatic key rotation (7-365) | [optional] |
23
24
  | **rotator_creds_type** | **String** | | [optional] |
24
25
  | **rotator_custom_cmd** | **String** | | [optional] |
26
+ | **secure_access_allow_external_user** | **Boolean** | Secure Access Allow Providing External User (used in ssh) | [optional][default to false] |
27
+ | **secure_access_aws_account_id** | **String** | Secure Access Account Id (used in aws) | [optional] |
28
+ | **secure_access_aws_native_cli** | **Boolean** | Secure Access Aws Native Cli (used in aws) | [optional] |
29
+ | **secure_access_bastion_issuer** | **String** | Secure Access Bastion Issuer | [optional] |
30
+ | **secure_access_db_name** | **String** | Secure Access DB Name (used in data bases) | [optional] |
31
+ | **secure_access_db_schema** | **String** | Secure Access Schema (used in mssql, postgresql) | [optional] |
32
+ | **secure_access_enable** | **String** | Secure Access Enabled | [optional] |
33
+ | **secure_access_host** | **Array<String>** | Secure Access Host | [optional] |
34
+ | **secure_access_rdp_domain** | **String** | Secure Access Domain (used in ssh) | [optional] |
35
+ | **secure_access_rdp_user** | **String** | Secure Access Override User (used in ssh) | [optional] |
36
+ | **secure_access_web** | **Boolean** | Secure Access Web | [optional][default to false] |
37
+ | **secure_access_web_browsing** | **Boolean** | Secure Access Isolated (used in aws, azure) | [optional][default to false] |
38
+ | **secure_access_web_proxy** | **Boolean** | Secure Access Web Proxy (used in aws, azure) | [optional][default to false] |
25
39
  | **ssh_password** | **String** | Deprecated: use RotatedPassword | [optional] |
26
40
  | **ssh_username** | **String** | Deprecated: use RotatedUser | [optional] |
27
41
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
@@ -37,6 +51,7 @@ instance = Akeyless::UpdateRotatedSecret.new(
37
51
  api_id: null,
38
52
  api_key: null,
39
53
  auto_rotate: null,
54
+ aws_region: null,
40
55
  custom_payload: null,
41
56
  keep_prev_version: null,
42
57
  key: null,
@@ -51,6 +66,19 @@ instance = Akeyless::UpdateRotatedSecret.new(
51
66
  rotation_interval: null,
52
67
  rotator_creds_type: null,
53
68
  rotator_custom_cmd: null,
69
+ secure_access_allow_external_user: null,
70
+ secure_access_aws_account_id: null,
71
+ secure_access_aws_native_cli: null,
72
+ secure_access_bastion_issuer: null,
73
+ secure_access_db_name: null,
74
+ secure_access_db_schema: null,
75
+ secure_access_enable: null,
76
+ secure_access_host: null,
77
+ secure_access_rdp_domain: null,
78
+ secure_access_rdp_user: null,
79
+ secure_access_web: null,
80
+ secure_access_web_browsing: null,
81
+ secure_access_web_proxy: null,
54
82
  ssh_password: null,
55
83
  ssh_username: null,
56
84
  token: null,
@@ -0,0 +1,48 @@
1
+ # Akeyless::UpdateSalesforceTarget
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **ca_cert_data** | **String** | Base64 encoded PEM cert to use when uploading a new key to Salesforce | [optional] |
8
+ | **ca_cert_name** | **String** | name of the certificate in Salesforce tenant to use when uploading new key | [optional] |
9
+ | **client_id** | **String** | Client ID of the oauth2 app to use for connecting to Salesforce | |
10
+ | **client_secret** | **String** | Client secret of the oauth2 app to use for connecting to Salesforce | |
11
+ | **comment** | **String** | Comment about the target | [optional] |
12
+ | **email** | **String** | The email of the user attached to the oauth2 app used for connecting to Salesforce | |
13
+ | **keep_prev_version** | **String** | | [optional] |
14
+ | **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
15
+ | **name** | **String** | Target name | |
16
+ | **new_name** | **String** | New target name | [optional] |
17
+ | **password** | **String** | The password of the user attached to the oauth2 app used for connecting to Salesforce | |
18
+ | **security_token** | **String** | The security token of the user attached to the oauth2 app used for connecting to Salesforce | |
19
+ | **tenant_url** | **String** | Url of the Salesforce tenant | |
20
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
21
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
22
+ | **update_version** | **Boolean** | Deprecated | [optional] |
23
+
24
+ ## Example
25
+
26
+ ```ruby
27
+ require 'akeyless'
28
+
29
+ instance = Akeyless::UpdateSalesforceTarget.new(
30
+ ca_cert_data: null,
31
+ ca_cert_name: null,
32
+ client_id: null,
33
+ client_secret: null,
34
+ comment: null,
35
+ email: null,
36
+ keep_prev_version: null,
37
+ key: null,
38
+ name: null,
39
+ new_name: null,
40
+ password: null,
41
+ security_token: null,
42
+ tenant_url: null,
43
+ token: null,
44
+ uid_token: null,
45
+ update_version: null
46
+ )
47
+ ```
48
+
@@ -0,0 +1,18 @@
1
+ # Akeyless::UpdateSalesforceTargetOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **target_id** | **Integer** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'akeyless'
13
+
14
+ instance = Akeyless::UpdateSalesforceTargetOutput.new(
15
+ target_id: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,46 @@
1
+ # Akeyless::UpdateTokenizer
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
8
+ | **alphabet** | **String** | Alphabet to use in regexp vaultless tokenization | [optional] |
9
+ | **decryption_template** | **String** | The Decryption output template to use in regexp vaultless tokenization | [optional] |
10
+ | **encryption_key_name** | **String** | AES key name to use in vaultless tokenization | [optional] |
11
+ | **encryption_template** | **String** | The Encryption output template to use in regexp vaultless tokenization | [optional] |
12
+ | **name** | **String** | Current item name | |
13
+ | **new_metadata** | **String** | New item metadata | [optional][default to 'default_metadata'] |
14
+ | **new_name** | **String** | New item name | [optional] |
15
+ | **pattern** | **String** | Pattern to use in regexp vaultless tokenization | [optional] |
16
+ | **rm_tag** | **Array<String>** | List of the existent tags that will be removed from this item | [optional] |
17
+ | **template_type** | **String** | Which template type this tokenizer is used for [SSN,CreditCard,USPhoneNumber,Email,Regexp] | |
18
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
19
+ | **tokenizer_type** | **String** | Tokenizer type | |
20
+ | **tweak_type** | **String** | The tweak type to use in vaultless tokenization [Supplied, Generated, Internal, Masking] | [optional] |
21
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
22
+
23
+ ## Example
24
+
25
+ ```ruby
26
+ require 'akeyless'
27
+
28
+ instance = Akeyless::UpdateTokenizer.new(
29
+ add_tag: null,
30
+ alphabet: null,
31
+ decryption_template: null,
32
+ encryption_key_name: null,
33
+ encryption_template: null,
34
+ name: null,
35
+ new_metadata: null,
36
+ new_name: null,
37
+ pattern: null,
38
+ rm_tag: null,
39
+ template_type: null,
40
+ token: null,
41
+ tokenizer_type: null,
42
+ tweak_type: null,
43
+ uid_token: null
44
+ )
45
+ ```
46
+
@@ -0,0 +1,18 @@
1
+ # Akeyless::UpdateTokenizerOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'akeyless'
13
+
14
+ instance = Akeyless::UpdateTokenizerOutput.new(
15
+ name: null
16
+ )
17
+ ```
18
+