akeyless 3.5.4 → 3.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (169) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +16 -2
  3. data/docs/AssocTargetItem.md +8 -0
  4. data/docs/Auth.md +4 -0
  5. data/docs/AuthMethod.md +2 -0
  6. data/docs/AuthMethodAccessInfo.md +2 -0
  7. data/docs/CertificateChainInfo.md +4 -0
  8. data/docs/CertificateVersionInfo.md +22 -0
  9. data/docs/Configure.md +5 -1
  10. data/docs/Connect.md +1 -1
  11. data/docs/CreateAuthMethod.md +2 -0
  12. data/docs/CreateAuthMethodAWSIAM.md +2 -0
  13. data/docs/CreateAuthMethodAzureAD.md +3 -1
  14. data/docs/CreateAuthMethodCert.md +2 -0
  15. data/docs/CreateAuthMethodEmail.md +2 -0
  16. data/docs/CreateAuthMethodGCP.md +2 -0
  17. data/docs/CreateAuthMethodHuawei.md +2 -0
  18. data/docs/CreateAuthMethodK8S.md +2 -0
  19. data/docs/CreateAuthMethodLDAP.md +2 -0
  20. data/docs/CreateAuthMethodOAuth2.md +2 -0
  21. data/docs/CreateAuthMethodOCI.md +40 -0
  22. data/docs/CreateAuthMethodOCIOutput.md +18 -0
  23. data/docs/CreateAuthMethodOIDC.md +2 -0
  24. data/docs/CreateAuthMethodSAML.md +2 -0
  25. data/docs/CreateAuthMethodUniversalIdentity.md +2 -0
  26. data/docs/CreateEventForwarder.md +1 -1
  27. data/docs/CreateLinkedTarget.md +2 -0
  28. data/docs/CreateRole.md +4 -0
  29. data/docs/CreateRotatedSecret.md +7 -1
  30. data/docs/CreateSSHCertIssuer.md +4 -4
  31. data/docs/CreateSecret.md +2 -0
  32. data/docs/GatewayCreateMigration.md +2 -0
  33. data/docs/GatewayCreateProducerCassandra.md +4 -0
  34. data/docs/GatewayUpdateItem.md +2 -0
  35. data/docs/GatewayUpdateMigration.md +2 -0
  36. data/docs/GatewayUpdateProducerCassandra.md +4 -0
  37. data/docs/GenerateCsr.md +1 -1
  38. data/docs/GwClusterIdentity.md +2 -0
  39. data/docs/ImportPasswords.md +3 -1
  40. data/docs/ImportPasswordsOutput.md +3 -1
  41. data/docs/ItemVersion.md +2 -0
  42. data/docs/OCIAccessRules.md +20 -0
  43. data/docs/ProvisionCertificate.md +28 -0
  44. data/docs/ProvisionCertificateOutput.md +24 -0
  45. data/docs/RenewCertificate.md +28 -0
  46. data/docs/RenewCertificateOutput.md +28 -0
  47. data/docs/SecureRemoteAccess.md +2 -0
  48. data/docs/ServerInventoryPayload.md +2 -0
  49. data/docs/SetRoleRule.md +1 -1
  50. data/docs/SignDataWithClassicKey.md +2 -0
  51. data/docs/SignEcDsa.md +5 -1
  52. data/docs/SignPKCS1.md +9 -1
  53. data/docs/SignPKCS1Output.md +1 -1
  54. data/docs/SignRsaSsaPss.md +5 -1
  55. data/docs/StaticSecretDetailsInfo.md +2 -0
  56. data/docs/TargetItemVersion.md +2 -0
  57. data/docs/UpdateAuthMethod.md +2 -0
  58. data/docs/UpdateAuthMethodAWSIAM.md +2 -0
  59. data/docs/UpdateAuthMethodAzureAD.md +3 -1
  60. data/docs/UpdateAuthMethodCert.md +2 -0
  61. data/docs/UpdateAuthMethodGCP.md +2 -0
  62. data/docs/UpdateAuthMethodK8S.md +2 -0
  63. data/docs/UpdateAuthMethodLDAP.md +2 -0
  64. data/docs/UpdateAuthMethodOAuth2.md +2 -0
  65. data/docs/UpdateAuthMethodOCI.md +42 -0
  66. data/docs/UpdateAuthMethodOCIOutput.md +18 -0
  67. data/docs/UpdateAuthMethodOIDC.md +2 -0
  68. data/docs/UpdateAuthMethodSAML.md +2 -0
  69. data/docs/UpdateAuthMethodUniversalIdentity.md +2 -0
  70. data/docs/UpdateCertificateValue.md +2 -0
  71. data/docs/UpdateItem.md +6 -0
  72. data/docs/UpdateLinkedTarget.md +2 -0
  73. data/docs/UpdateRole.md +4 -0
  74. data/docs/UpdateSSHCertIssuer.md +3 -3
  75. data/docs/UpdateSecretVal.md +2 -0
  76. data/docs/V2Api.md +264 -9
  77. data/docs/VerifyEcDsa.md +5 -1
  78. data/docs/VerifyPKCS1.md +9 -1
  79. data/docs/VerifyRsaSsaPss.md +5 -1
  80. data/lib/akeyless/api/v2_api.rb +274 -7
  81. data/lib/akeyless/models/assoc_target_item.rb +43 -1
  82. data/lib/akeyless/models/auth.rb +25 -1
  83. data/lib/akeyless/models/auth_method.rb +10 -1
  84. data/lib/akeyless/models/auth_method_access_info.rb +10 -1
  85. data/lib/akeyless/models/certificate_chain_info.rb +19 -1
  86. data/lib/akeyless/models/certificate_version_info.rb +232 -0
  87. data/lib/akeyless/models/configure.rb +28 -4
  88. data/lib/akeyless/models/connect.rb +1 -1
  89. data/lib/akeyless/models/create_auth_method.rb +11 -1
  90. data/lib/akeyless/models/create_auth_method_awsiam.rb +11 -1
  91. data/lib/akeyless/models/create_auth_method_azure_ad.rb +12 -2
  92. data/lib/akeyless/models/create_auth_method_cert.rb +11 -1
  93. data/lib/akeyless/models/create_auth_method_email.rb +11 -1
  94. data/lib/akeyless/models/create_auth_method_gcp.rb +11 -1
  95. data/lib/akeyless/models/create_auth_method_huawei.rb +11 -1
  96. data/lib/akeyless/models/create_auth_method_k8_s.rb +11 -1
  97. data/lib/akeyless/models/create_auth_method_ldap.rb +11 -1
  98. data/lib/akeyless/models/create_auth_method_o_auth2.rb +11 -1
  99. data/lib/akeyless/models/create_auth_method_oci.rb +359 -0
  100. data/lib/akeyless/models/create_auth_method_oci_output.rb +214 -0
  101. data/lib/akeyless/models/create_auth_method_oidc.rb +11 -1
  102. data/lib/akeyless/models/create_auth_method_saml.rb +11 -1
  103. data/lib/akeyless/models/create_auth_method_universal_identity.rb +11 -1
  104. data/lib/akeyless/models/create_event_forwarder.rb +1 -1
  105. data/lib/akeyless/models/create_linked_target.rb +11 -1
  106. data/lib/akeyless/models/create_role.rb +21 -1
  107. data/lib/akeyless/models/create_rotated_secret.rb +35 -2
  108. data/lib/akeyless/models/create_secret.rb +11 -1
  109. data/lib/akeyless/models/create_ssh_cert_issuer.rb +9 -9
  110. data/lib/akeyless/models/gateway_create_migration.rb +11 -1
  111. data/lib/akeyless/models/gateway_create_producer_cassandra.rb +23 -1
  112. data/lib/akeyless/models/gateway_update_item.rb +11 -1
  113. data/lib/akeyless/models/gateway_update_migration.rb +11 -1
  114. data/lib/akeyless/models/gateway_update_producer_cassandra.rb +23 -1
  115. data/lib/akeyless/models/generate_csr.rb +1 -1
  116. data/lib/akeyless/models/gw_cluster_identity.rb +10 -1
  117. data/lib/akeyless/models/import_passwords.rb +13 -4
  118. data/lib/akeyless/models/import_passwords_output.rb +13 -4
  119. data/lib/akeyless/models/item_version.rb +10 -1
  120. data/lib/akeyless/models/oci_access_rules.rb +226 -0
  121. data/lib/akeyless/models/provision_certificate.rb +275 -0
  122. data/lib/akeyless/models/provision_certificate_output.rb +243 -0
  123. data/lib/akeyless/models/renew_certificate.rb +267 -0
  124. data/lib/akeyless/models/renew_certificate_output.rb +259 -0
  125. data/lib/akeyless/models/secure_remote_access.rb +12 -1
  126. data/lib/akeyless/models/server_inventory_payload.rb +12 -1
  127. data/lib/akeyless/models/set_role_rule.rb +1 -1
  128. data/lib/akeyless/models/sign_data_with_classic_key.rb +13 -1
  129. data/lib/akeyless/models/sign_ec_dsa.rb +24 -4
  130. data/lib/akeyless/models/sign_pkcs1.rb +44 -4
  131. data/lib/akeyless/models/sign_pkcs1_output.rb +2 -4
  132. data/lib/akeyless/models/sign_rsa_ssa_pss.rb +24 -4
  133. data/lib/akeyless/models/static_secret_details_info.rb +10 -1
  134. data/lib/akeyless/models/target_item_version.rb +10 -1
  135. data/lib/akeyless/models/update_auth_method.rb +11 -1
  136. data/lib/akeyless/models/update_auth_method_awsiam.rb +11 -1
  137. data/lib/akeyless/models/update_auth_method_azure_ad.rb +12 -2
  138. data/lib/akeyless/models/update_auth_method_cert.rb +11 -1
  139. data/lib/akeyless/models/update_auth_method_gcp.rb +11 -1
  140. data/lib/akeyless/models/update_auth_method_k8_s.rb +11 -1
  141. data/lib/akeyless/models/update_auth_method_ldap.rb +11 -1
  142. data/lib/akeyless/models/update_auth_method_o_auth2.rb +11 -1
  143. data/lib/akeyless/models/update_auth_method_oci.rb +369 -0
  144. data/lib/akeyless/models/update_auth_method_oci_output.rb +214 -0
  145. data/lib/akeyless/models/update_auth_method_oidc.rb +11 -1
  146. data/lib/akeyless/models/update_auth_method_saml.rb +11 -1
  147. data/lib/akeyless/models/update_auth_method_universal_identity.rb +11 -1
  148. data/lib/akeyless/models/update_certificate_value.rb +11 -1
  149. data/lib/akeyless/models/update_item.rb +32 -1
  150. data/lib/akeyless/models/update_linked_target.rb +11 -1
  151. data/lib/akeyless/models/update_role.rb +21 -1
  152. data/lib/akeyless/models/update_secret_val.rb +11 -1
  153. data/lib/akeyless/models/update_ssh_cert_issuer.rb +8 -8
  154. data/lib/akeyless/models/verify_ec_dsa.rb +24 -4
  155. data/lib/akeyless/models/verify_pkcs1.rb +44 -4
  156. data/lib/akeyless/models/verify_rsa_ssa_pss.rb +24 -4
  157. data/lib/akeyless/version.rb +1 -1
  158. data/lib/akeyless.rb +10 -0
  159. data/spec/models/certificate_version_info_spec.rb +48 -0
  160. data/spec/models/create_auth_method_oci_output_spec.rb +36 -0
  161. data/spec/models/create_auth_method_oci_spec.rb +102 -0
  162. data/spec/models/oci_access_rules_spec.rb +42 -0
  163. data/spec/models/provision_certificate_output_spec.rb +54 -0
  164. data/spec/models/provision_certificate_spec.rb +66 -0
  165. data/spec/models/renew_certificate_output_spec.rb +66 -0
  166. data/spec/models/renew_certificate_spec.rb +66 -0
  167. data/spec/models/update_auth_method_oci_output_spec.rb +36 -0
  168. data/spec/models/update_auth_method_oci_spec.rb +108 -0
  169. metadata +43 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a74312a5f5ea43a93219f5f4cc8a95a263313c70d7c0a6a7e272d801ff5c1b04
4
- data.tar.gz: d7cc2c61bf2e9f75341a829c46461e88b63813b4fac4bd76c7400243e205a878
3
+ metadata.gz: 974410ce7805e63abde2e9137835da712d0fad807349a57eb6bc2a70e7563b5c
4
+ data.tar.gz: 32c59cb5f82cc6ca16d97721a406cb75d705ec9f17287660274bf74319b55bde
5
5
  SHA512:
6
- metadata.gz: d64a37372e7df130cc0528f39b8587c55943c666d39ef39c53daf8b0f1d54c7ee9501f07f27ed37883dd286253b3373a18c5ef42339418567e3f4879e5c6ab57
7
- data.tar.gz: a54871e20fb2c7830574a7c3b2e3a024b1d31dbbfa026fdb98402ea30285a9bb9593822f692a7448cd2dbded6252fe85b6ce78ad5afad35e13eb1c275b1e83bd
6
+ metadata.gz: 82deff84c6bbc1ba7e0c2f39ea952a13b83ad96851d8e0d00765e4392a230cfccebc9b56c4e49b874c119f4ceebaeda0680544fe70ac5dad16bcbf29e7c1a9a1
7
+ data.tar.gz: 3f0d459c3f3ace2207d8e61e1eaacb61c712197d01a9e94b70be85f3e8e73973df633d60f7941f366b3780745358000a5c2ec937fc2cb957d51e197eb26d5756
data/README.md CHANGED
@@ -7,7 +7,7 @@ The purpose of this application is to provide access to Akeyless API.
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 2.0
10
- - Package version: 3.5.4
10
+ - Package version: 3.6.1
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://akeyless.io](http://akeyless.io)
13
13
 
@@ -75,6 +75,7 @@ Class | Method | HTTP request | Description
75
75
  *Akeyless::V2Api* | [**create_auth_method_k8_s**](docs/V2Api.md#create_auth_method_k8_s) | **POST** /create-auth-method-k8s |
76
76
  *Akeyless::V2Api* | [**create_auth_method_ldap**](docs/V2Api.md#create_auth_method_ldap) | **POST** /create-auth-method-ldap |
77
77
  *Akeyless::V2Api* | [**create_auth_method_o_auth2**](docs/V2Api.md#create_auth_method_o_auth2) | **POST** /create-auth-method-oauth2 |
78
+ *Akeyless::V2Api* | [**create_auth_method_oci**](docs/V2Api.md#create_auth_method_oci) | **POST** /create-auth-method-oci |
78
79
  *Akeyless::V2Api* | [**create_auth_method_oidc**](docs/V2Api.md#create_auth_method_oidc) | **POST** /create-auth-method-oidc |
79
80
  *Akeyless::V2Api* | [**create_auth_method_saml**](docs/V2Api.md#create_auth_method_saml) | **POST** /create-auth-method-saml |
80
81
  *Akeyless::V2Api* | [**create_auth_method_universal_identity**](docs/V2Api.md#create_auth_method_universal_identity) | **POST** /create-auth-method-universal-identity |
@@ -274,8 +275,10 @@ Class | Method | HTTP request | Description
274
275
  *Akeyless::V2Api* | [**list_sra_bastions**](docs/V2Api.md#list_sra_bastions) | **POST** /list-sra-bastions |
275
276
  *Akeyless::V2Api* | [**list_targets**](docs/V2Api.md#list_targets) | **POST** /list-targets |
276
277
  *Akeyless::V2Api* | [**move_objects**](docs/V2Api.md#move_objects) | **POST** /move-objects |
278
+ *Akeyless::V2Api* | [**provision_certificate**](docs/V2Api.md#provision_certificate) | **POST** /provision-certificate |
277
279
  *Akeyless::V2Api* | [**raw_creds**](docs/V2Api.md#raw_creds) | **POST** /raw-creds |
278
280
  *Akeyless::V2Api* | [**refresh_key**](docs/V2Api.md#refresh_key) | **POST** /refresh-key |
281
+ *Akeyless::V2Api* | [**renew_certificate**](docs/V2Api.md#renew_certificate) | **POST** /renew-certificate |
279
282
  *Akeyless::V2Api* | [**request_access**](docs/V2Api.md#request_access) | **POST** /request-access |
280
283
  *Akeyless::V2Api* | [**reverse_rbac**](docs/V2Api.md#reverse_rbac) | **POST** /reverse-rbac |
281
284
  *Akeyless::V2Api* | [**revoke_creds**](docs/V2Api.md#revoke_creds) | **POST** /revoke-creds |
@@ -311,6 +314,7 @@ Class | Method | HTTP request | Description
311
314
  *Akeyless::V2Api* | [**update_auth_method_k8_s**](docs/V2Api.md#update_auth_method_k8_s) | **POST** /update-auth-method-k8s |
312
315
  *Akeyless::V2Api* | [**update_auth_method_ldap**](docs/V2Api.md#update_auth_method_ldap) | **POST** /update-auth-method-ldap |
313
316
  *Akeyless::V2Api* | [**update_auth_method_o_auth2**](docs/V2Api.md#update_auth_method_o_auth2) | **POST** /update-auth-method-oauth2 |
317
+ *Akeyless::V2Api* | [**update_auth_method_oci**](docs/V2Api.md#update_auth_method_oci) | **POST** /update-auth-method-oci |
314
318
  *Akeyless::V2Api* | [**update_auth_method_oidc**](docs/V2Api.md#update_auth_method_oidc) | **POST** /update-auth-method-oidc |
315
319
  *Akeyless::V2Api* | [**update_auth_method_saml**](docs/V2Api.md#update_auth_method_saml) | **POST** /update-auth-method-saml |
316
320
  *Akeyless::V2Api* | [**update_auth_method_universal_identity**](docs/V2Api.md#update_auth_method_universal_identity) | **POST** /update-auth-method-universal-identity |
@@ -343,7 +347,7 @@ Class | Method | HTTP request | Description
343
347
  *Akeyless::V2Api* | [**update_rdp_target_details**](docs/V2Api.md#update_rdp_target_details) | **POST** /update-rdp-target-details |
344
348
  *Akeyless::V2Api* | [**update_role**](docs/V2Api.md#update_role) | **POST** /update-role |
345
349
  *Akeyless::V2Api* | [**update_rotated_secret**](docs/V2Api.md#update_rotated_secret) | **POST** /update-rotated-secret |
346
- *Akeyless::V2Api* | [**update_rotation_settings**](docs/V2Api.md#update_rotation_settings) | **POST** /update-rotation-settingsrotate-key |
350
+ *Akeyless::V2Api* | [**update_rotation_settings**](docs/V2Api.md#update_rotation_settings) | **POST** /update-rotation-settings |
347
351
  *Akeyless::V2Api* | [**update_salesforce_target**](docs/V2Api.md#update_salesforce_target) | **POST** /update-salesforce-target |
348
352
  *Akeyless::V2Api* | [**update_secret_val**](docs/V2Api.md#update_secret_val) | **POST** /update-secret-val |
349
353
  *Akeyless::V2Api* | [**update_ssh_cert_issuer**](docs/V2Api.md#update_ssh_cert_issuer) | **POST** /update-ssh-cert-issuer |
@@ -414,6 +418,7 @@ Class | Method | HTTP request | Description
414
418
  - [Akeyless::CertificateInfo](docs/CertificateInfo.md)
415
419
  - [Akeyless::CertificateIssueInfo](docs/CertificateIssueInfo.md)
416
420
  - [Akeyless::CertificateTemplateInfo](docs/CertificateTemplateInfo.md)
421
+ - [Akeyless::CertificateVersionInfo](docs/CertificateVersionInfo.md)
417
422
  - [Akeyless::CfInfo](docs/CfInfo.md)
418
423
  - [Akeyless::ChefTargetDetails](docs/ChefTargetDetails.md)
419
424
  - [Akeyless::ClassicKeyDetailsInfo](docs/ClassicKeyDetailsInfo.md)
@@ -448,6 +453,8 @@ Class | Method | HTTP request | Description
448
453
  - [Akeyless::CreateAuthMethodLDAPOutput](docs/CreateAuthMethodLDAPOutput.md)
449
454
  - [Akeyless::CreateAuthMethodOAuth2](docs/CreateAuthMethodOAuth2.md)
450
455
  - [Akeyless::CreateAuthMethodOAuth2Output](docs/CreateAuthMethodOAuth2Output.md)
456
+ - [Akeyless::CreateAuthMethodOCI](docs/CreateAuthMethodOCI.md)
457
+ - [Akeyless::CreateAuthMethodOCIOutput](docs/CreateAuthMethodOCIOutput.md)
451
458
  - [Akeyless::CreateAuthMethodOIDC](docs/CreateAuthMethodOIDC.md)
452
459
  - [Akeyless::CreateAuthMethodOIDCOutput](docs/CreateAuthMethodOIDCOutput.md)
453
460
  - [Akeyless::CreateAuthMethodOutput](docs/CreateAuthMethodOutput.md)
@@ -893,6 +900,7 @@ Class | Method | HTTP request | Description
893
900
  - [Akeyless::NotiForwarder](docs/NotiForwarder.md)
894
901
  - [Akeyless::OAuth2AccessRules](docs/OAuth2AccessRules.md)
895
902
  - [Akeyless::OAuth2CustomClaim](docs/OAuth2CustomClaim.md)
903
+ - [Akeyless::OCIAccessRules](docs/OCIAccessRules.md)
896
904
  - [Akeyless::OIDCAccessRules](docs/OIDCAccessRules.md)
897
905
  - [Akeyless::OIDCCustomClaim](docs/OIDCCustomClaim.md)
898
906
  - [Akeyless::ObjectVersionSettingsOutput](docs/ObjectVersionSettingsOutput.md)
@@ -905,11 +913,15 @@ Class | Method | HTTP request | Description
905
913
  - [Akeyless::PingTargetDetails](docs/PingTargetDetails.md)
906
914
  - [Akeyless::Producer](docs/Producer.md)
907
915
  - [Akeyless::ProducersConfigPart](docs/ProducersConfigPart.md)
916
+ - [Akeyless::ProvisionCertificate](docs/ProvisionCertificate.md)
917
+ - [Akeyless::ProvisionCertificateOutput](docs/ProvisionCertificateOutput.md)
908
918
  - [Akeyless::RabbitMQTargetDetails](docs/RabbitMQTargetDetails.md)
909
919
  - [Akeyless::RawCreds](docs/RawCreds.md)
910
920
  - [Akeyless::RefreshKey](docs/RefreshKey.md)
911
921
  - [Akeyless::RefreshKeyOutput](docs/RefreshKeyOutput.md)
912
922
  - [Akeyless::RegexpTokenizerInfo](docs/RegexpTokenizerInfo.md)
923
+ - [Akeyless::RenewCertificate](docs/RenewCertificate.md)
924
+ - [Akeyless::RenewCertificateOutput](docs/RenewCertificateOutput.md)
913
925
  - [Akeyless::RequestAccess](docs/RequestAccess.md)
914
926
  - [Akeyless::RequestAccessOutput](docs/RequestAccessOutput.md)
915
927
  - [Akeyless::RequiredActivity](docs/RequiredActivity.md)
@@ -1010,6 +1022,8 @@ Class | Method | HTTP request | Description
1010
1022
  - [Akeyless::UpdateAuthMethodLDAP](docs/UpdateAuthMethodLDAP.md)
1011
1023
  - [Akeyless::UpdateAuthMethodLDAPOutput](docs/UpdateAuthMethodLDAPOutput.md)
1012
1024
  - [Akeyless::UpdateAuthMethodOAuth2](docs/UpdateAuthMethodOAuth2.md)
1025
+ - [Akeyless::UpdateAuthMethodOCI](docs/UpdateAuthMethodOCI.md)
1026
+ - [Akeyless::UpdateAuthMethodOCIOutput](docs/UpdateAuthMethodOCIOutput.md)
1013
1027
  - [Akeyless::UpdateAuthMethodOIDC](docs/UpdateAuthMethodOIDC.md)
1014
1028
  - [Akeyless::UpdateAuthMethodOutput](docs/UpdateAuthMethodOutput.md)
1015
1029
  - [Akeyless::UpdateAuthMethodSAML](docs/UpdateAuthMethodSAML.md)
@@ -4,6 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **certificate_path** | **String** | A path on the target to store the certificate pem file (relevant only for certificate provisioning) | [optional] |
8
+ | **chain_path** | **String** | A path on the target to store the full chain pem file (relevant only for certificate provisioning) | [optional] |
7
9
  | **disable_previous_key_version** | **Boolean** | Automatically disable previous key version (required for azure targets) | [optional][default to false] |
8
10
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
9
11
  | **key_operations** | **Array<String>** | A list of allowed operations for the key (required for azure targets) | [optional] |
@@ -12,9 +14,11 @@
12
14
  | **location_id** | **String** | Location id of the GCP KMS (required for gcp targets) | [optional] |
13
15
  | **multi_region** | **String** | Set to 'true' to create a multi-region managed key. (Relevant only for Classic Key AWS targets) | [optional][default to 'false'] |
14
16
  | **name** | **String** | The item to associate | |
17
+ | **private_key_path** | **String** | A path on the target to store the private key (relevant only for certificate provisioning) | [optional] |
15
18
  | **project_id** | **String** | Project id of the GCP KMS (required for gcp targets) | [optional] |
16
19
  | **purpose** | **String** | Purpose of the key in GCP KMS (required for gcp targets) | [optional] |
17
20
  | **regions** | **Array<String>** | The list of regions to create a copy of the key in (relevant for aws targets) | [optional] |
21
+ | **sra_association** | **Boolean** | Is the target to associate is for sra, relevant only for linked target association for ldap rotated secret | [optional][default to false] |
18
22
  | **target_name** | **String** | The target to associate | |
19
23
  | **tenant_secret_type** | **String** | The tenant secret type [Data/SearchIndex/Analytics] (required for salesforce targets) | [optional] |
20
24
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
@@ -27,6 +31,8 @@
27
31
  require 'akeyless'
28
32
 
29
33
  instance = Akeyless::AssocTargetItem.new(
34
+ certificate_path: null,
35
+ chain_path: null,
30
36
  disable_previous_key_version: null,
31
37
  json: null,
32
38
  key_operations: null,
@@ -35,9 +41,11 @@ instance = Akeyless::AssocTargetItem.new(
35
41
  location_id: null,
36
42
  multi_region: null,
37
43
  name: null,
44
+ private_key_path: null,
38
45
  project_id: null,
39
46
  purpose: null,
40
47
  regions: null,
48
+ sra_association: null,
41
49
  target_name: null,
42
50
  tenant_secret_type: null,
43
51
  token: null,
data/docs/Auth.md CHANGED
@@ -22,6 +22,8 @@
22
22
  | **key_data** | **String** | Private key data encoded in base64. Used if file was not provided.(relevant only for access-type=cert) | [optional] |
23
23
  | **ldap_password** | **String** | LDAP password (relevant only for access-type=ldap) | [optional] |
24
24
  | **ldap_username** | **String** | LDAP username (relevant only for access-type=ldap) | [optional] |
25
+ | **oci_auth_type** | **String** | The type of the OCI configuration to use [instance/apikey/resource] (relevant only for access-type=oci) | [optional][default to 'apikey'] |
26
+ | **oci_group_ocid** | **Array<String>** | A list of Oracle Cloud IDs groups (relevant only for access-type=oci) | [optional] |
25
27
  | **uid_token** | **String** | The universal_identity token (relevant only for access-type=universal_identity) | [optional] |
26
28
 
27
29
  ## Example
@@ -48,6 +50,8 @@ instance = Akeyless::Auth.new(
48
50
  key_data: null,
49
51
  ldap_password: null,
50
52
  ldap_username: null,
53
+ oci_auth_type: null,
54
+ oci_group_ocid: null,
51
55
  uid_token: null
52
56
  )
53
57
  ```
data/docs/AuthMethod.md CHANGED
@@ -14,6 +14,7 @@
14
14
  | **auth_method_roles_assoc** | [**Array<AuthMethodRoleAssociation>**](AuthMethodRoleAssociation.md) | | [optional] |
15
15
  | **client_permissions** | **Array<String>** | | [optional] |
16
16
  | **creation_date** | **Time** | | [optional] |
17
+ | **description** | **String** | | [optional] |
17
18
  | **is_approved** | **Boolean** | | [optional] |
18
19
  | **modification_date** | **Time** | | [optional] |
19
20
 
@@ -33,6 +34,7 @@ instance = Akeyless::AuthMethod.new(
33
34
  auth_method_roles_assoc: null,
34
35
  client_permissions: null,
35
36
  creation_date: null,
37
+ description: null,
36
38
  is_approved: null,
37
39
  modification_date: null
38
40
  )
@@ -20,6 +20,7 @@
20
20
  | **k8s_access_rules** | [**KubernetesAccessRules**](KubernetesAccessRules.md) | | [optional] |
21
21
  | **ldap_access_rules** | [**LDAPAccessRules**](LDAPAccessRules.md) | | [optional] |
22
22
  | **oauth2_access_rules** | [**OAuth2AccessRules**](OAuth2AccessRules.md) | | [optional] |
23
+ | **oci_access_rules** | [**OCIAccessRules**](OCIAccessRules.md) | | [optional] |
23
24
  | **oidc_access_rules** | [**OIDCAccessRules**](OIDCAccessRules.md) | | [optional] |
24
25
  | **rules_type** | **String** | | [optional] |
25
26
  | **saml_access_rules** | [**SAMLAccessRules**](SAMLAccessRules.md) | | [optional] |
@@ -48,6 +49,7 @@ instance = Akeyless::AuthMethodAccessInfo.new(
48
49
  k8s_access_rules: null,
49
50
  ldap_access_rules: null,
50
51
  oauth2_access_rules: null,
52
+ oci_access_rules: null,
51
53
  oidc_access_rules: null,
52
54
  rules_type: null,
53
55
  saml_access_rules: null,
@@ -6,6 +6,8 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **certificate_chain** | [**Array<CertificateInfo>**](CertificateInfo.md) | | [optional] |
8
8
  | **certificate_format** | **String** | | [optional] |
9
+ | **certificate_has_private_key** | **Boolean** | | [optional] |
10
+ | **certificate_issuer_gw_cluster_url** | **String** | | [optional] |
9
11
  | **certificate_issuer_item_id** | **Integer** | | [optional] |
10
12
  | **certificate_issuer_name** | **String** | | [optional] |
11
13
  | **certificate_pem** | **String** | | [optional] |
@@ -20,6 +22,8 @@ require 'akeyless'
20
22
  instance = Akeyless::CertificateChainInfo.new(
21
23
  certificate_chain: null,
22
24
  certificate_format: null,
25
+ certificate_has_private_key: null,
26
+ certificate_issuer_gw_cluster_url: null,
23
27
  certificate_issuer_item_id: null,
24
28
  certificate_issuer_name: null,
25
29
  certificate_pem: null,
@@ -0,0 +1,22 @@
1
+ # Akeyless::CertificateVersionInfo
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **not_after** | **Time** | | [optional] |
8
+ | **not_before** | **Time** | | [optional] |
9
+ | **status** | **String** | | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'akeyless'
15
+
16
+ instance = Akeyless::CertificateVersionInfo.new(
17
+ not_after: null,
18
+ not_before: null,
19
+ status: null
20
+ )
21
+ ```
22
+
data/docs/Configure.md CHANGED
@@ -16,6 +16,8 @@
16
16
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
17
17
  | **k8s_auth_config_name** | **String** | The K8S Auth config name (relevant only for access-type=k8s) | [optional] |
18
18
  | **key_data** | **String** | Private key data encoded in base64. Used if file was not provided.(relevant only for access-type=cert in Curl Context) | [optional] |
19
+ | **oci_auth_type** | **String** | The type of the OCI configuration to use [instance/apikey/resource] (relevant only for access-type=oci) | [optional][default to 'apikey'] |
20
+ | **oci_group_ocid** | **Array<String>** | A list of Oracle Cloud IDs groups (relevant only for access-type=oci) | [optional] |
19
21
 
20
22
  ## Example
21
23
 
@@ -34,7 +36,9 @@ instance = Akeyless::Configure.new(
34
36
  gcp_audience: null,
35
37
  json: null,
36
38
  k8s_auth_config_name: null,
37
- key_data: null
39
+ key_data: null,
40
+ oci_auth_type: null,
41
+ oci_group_ocid: null
38
42
  )
39
43
  ```
40
44
 
data/docs/Connect.md CHANGED
@@ -16,7 +16,7 @@
16
16
  | **justification** | **String** | | [optional] |
17
17
  | **name** | **String** | The Secret name (for database and AWS producers - producer name) | [optional] |
18
18
  | **ssh_command** | **String** | Path to SSH executable. e.g. /usr/bin/ssh | [optional] |
19
- | **ssh_extra_args** | **String** | The Use to add offical SSH arguments (except -i) | [optional] |
19
+ | **ssh_extra_args** | **String** | Additional SSH arguments (except -i) | [optional] |
20
20
  | **ssh_legacy_signing_alg** | **Boolean** | Set this option to output legacy ('ssh-rsa-cert-v01@openssh.com') signing algorithm name in the ssh certificate. | [optional][default to false] |
21
21
  | **target** | **String** | The target | [optional] |
22
22
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
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
+ | **description** | **String** | Auth Method description | [optional] |
9
10
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
10
11
  | **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
11
12
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
@@ -22,6 +23,7 @@ require 'akeyless'
22
23
  instance = Akeyless::CreateAuthMethod.new(
23
24
  access_expires: null,
24
25
  bound_ips: null,
26
+ description: null,
25
27
  force_sub_claims: null,
26
28
  gw_bound_ips: null,
27
29
  json: null,
@@ -13,6 +13,7 @@
13
13
  | **bound_role_name** | **Array<String>** | A list of full role-name that the access is restricted to | [optional] |
14
14
  | **bound_user_id** | **Array<String>** | A list of full user ids that the access is restricted to | [optional] |
15
15
  | **bound_user_name** | **Array<String>** | A list of full user-name that the access is restricted to | [optional] |
16
+ | **description** | **String** | Auth Method description | [optional] |
16
17
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
17
18
  | **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
18
19
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
@@ -37,6 +38,7 @@ instance = Akeyless::CreateAuthMethodAWSIAM.new(
37
38
  bound_role_name: null,
38
39
  bound_user_id: null,
39
40
  bound_user_name: null,
41
+ description: null,
40
42
  force_sub_claims: null,
41
43
  gw_bound_ips: null,
42
44
  json: null,
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
8
- | **audience** | **String** | The audience in the JWT | [optional][default to 'https://management.azure.com/'] |
8
+ | **audience** | **String** | Deprecated (Deprecated) The audience in the JWT | [optional][default to 'https://management.azure.com/'] |
9
9
  | **bound_group_id** | **Array<String>** | A list of group ids that the access is restricted to | [optional] |
10
10
  | **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
11
11
  | **bound_providers** | **Array<String>** | A list of resource providers that the access is restricted to (e.g, Microsoft.Compute, Microsoft.ManagedIdentity, etc) | [optional] |
@@ -16,6 +16,7 @@
16
16
  | **bound_spid** | **Array<String>** | A list of service principal IDs that the access is restricted to | [optional] |
17
17
  | **bound_sub_id** | **Array<String>** | A list of subscription ids that the access is restricted to | [optional] |
18
18
  | **bound_tenant_id** | **String** | The Azure tenant id that the access is restricted to | |
19
+ | **description** | **String** | Auth Method description | [optional] |
19
20
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
20
21
  | **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
21
22
  | **issuer** | **String** | Issuer URL | [optional][default to 'https://sts.windows.net/---bound_tenant_id---'] |
@@ -44,6 +45,7 @@ instance = Akeyless::CreateAuthMethodAzureAD.new(
44
45
  bound_spid: null,
45
46
  bound_sub_id: null,
46
47
  bound_tenant_id: null,
48
+ description: null,
47
49
  force_sub_claims: null,
48
50
  gw_bound_ips: null,
49
51
  issuer: null,
@@ -14,6 +14,7 @@
14
14
  | **bound_organizational_units** | **Array<String>** | A list of Organizational Units names. At least one must exist in the OU field. | [optional] |
15
15
  | **bound_uri_sans** | **Array<String>** | A list of URIs. At least one must exist in the SANs. Supports globbing. | [optional] |
16
16
  | **certificate_data** | **String** | The certificate data in base64, if no file was provided | [optional] |
17
+ | **description** | **String** | Auth Method description | [optional] |
17
18
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
18
19
  | **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
19
20
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
@@ -40,6 +41,7 @@ instance = Akeyless::CreateAuthMethodCert.new(
40
41
  bound_organizational_units: null,
41
42
  bound_uri_sans: null,
42
43
  certificate_data: null,
44
+ description: null,
43
45
  force_sub_claims: null,
44
46
  gw_bound_ips: null,
45
47
  json: null,
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
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
+ | **description** | **String** | Auth Method description | [optional] |
9
10
  | **email** | **String** | An email address to be invited to have access | |
10
11
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
11
12
  | **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
@@ -23,6 +24,7 @@ require 'akeyless'
23
24
  instance = Akeyless::CreateAuthMethodEmail.new(
24
25
  access_expires: null,
25
26
  bound_ips: null,
27
+ description: null,
26
28
  email: null,
27
29
  force_sub_claims: null,
28
30
  gw_bound_ips: null,
@@ -12,6 +12,7 @@
12
12
  | **bound_regions** | **Array<String>** | List of regions that a GCE instance must belong to in order to be authenticated. TODO: If bound_instance_groups is provided, it is assumed to be a regional group and the group must belong to this region. If bound_zones are provided, this attribute is ignored. | [optional] |
13
13
  | **bound_service_accounts** | **Array<String>** | List of service accounts the service account must be part of in order to be authenticated. | [optional] |
14
14
  | **bound_zones** | **Array<String>** | === Machine authentication section === List of zones that a GCE instance must belong to in order to be authenticated. TODO: If bound_instance_groups is provided, it is assumed to be a zonal group and the group must belong to this zone. | [optional] |
15
+ | **description** | **String** | Auth Method description | [optional] |
15
16
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
16
17
  | **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
17
18
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
@@ -36,6 +37,7 @@ instance = Akeyless::CreateAuthMethodGCP.new(
36
37
  bound_regions: null,
37
38
  bound_service_accounts: null,
38
39
  bound_zones: null,
40
+ description: null,
39
41
  force_sub_claims: null,
40
42
  gw_bound_ips: null,
41
43
  json: null,
@@ -13,6 +13,7 @@
13
13
  | **bound_tenant_name** | **Array<String>** | A list of full tenant names that the access is restricted to | [optional] |
14
14
  | **bound_user_id** | **Array<String>** | A list of full user ids that the access is restricted to | [optional] |
15
15
  | **bound_user_name** | **Array<String>** | A list of full user-name that the access is restricted to | [optional] |
16
+ | **description** | **String** | Auth Method description | [optional] |
16
17
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
17
18
  | **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
18
19
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
@@ -36,6 +37,7 @@ instance = Akeyless::CreateAuthMethodHuawei.new(
36
37
  bound_tenant_name: null,
37
38
  bound_user_id: null,
38
39
  bound_user_name: null,
40
+ description: null,
39
41
  force_sub_claims: null,
40
42
  gw_bound_ips: null,
41
43
  json: null,
@@ -10,6 +10,7 @@
10
10
  | **bound_namespaces** | **Array<String>** | A list of namespaces that the access is restricted to | [optional] |
11
11
  | **bound_pod_names** | **Array<String>** | A list of pod names that the access is restricted to | [optional] |
12
12
  | **bound_sa_names** | **Array<String>** | A list of service account names that the access is restricted to | [optional] |
13
+ | **description** | **String** | Auth Method description | [optional] |
13
14
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
14
15
  | **gen_key** | **String** | Automatically generate key-pair for K8S configuration. If set to false, a public key needs to be provided [true/false] | [optional][default to 'true'] |
15
16
  | **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
@@ -32,6 +33,7 @@ instance = Akeyless::CreateAuthMethodK8S.new(
32
33
  bound_namespaces: null,
33
34
  bound_pod_names: null,
34
35
  bound_sa_names: null,
36
+ description: null,
35
37
  force_sub_claims: null,
36
38
  gen_key: null,
37
39
  gw_bound_ips: null,
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
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
+ | **description** | **String** | Auth Method description | [optional] |
9
10
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
10
11
  | **gen_key** | **String** | Automatically generate key-pair for LDAP configuration. If set to false, a public key needs to be provided [true/false] | [optional][default to 'true'] |
11
12
  | **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
@@ -25,6 +26,7 @@ require 'akeyless'
25
26
  instance = Akeyless::CreateAuthMethodLDAP.new(
26
27
  access_expires: null,
27
28
  bound_ips: null,
29
+ description: null,
28
30
  force_sub_claims: null,
29
31
  gen_key: null,
30
32
  gw_bound_ips: null,
@@ -8,6 +8,7 @@
8
8
  | **audience** | **String** | The audience in the JWT | [optional] |
9
9
  | **bound_client_ids** | **Array<String>** | The clients ids that the access is restricted to | [optional] |
10
10
  | **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
11
+ | **description** | **String** | Auth Method description | [optional] |
11
12
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
12
13
  | **gateway_url** | **String** | Akeyless Gateway URL (Configuration Management port). Relevant only when the jwks-uri is accessible only from the gateway. | [optional] |
13
14
  | **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
@@ -32,6 +33,7 @@ instance = Akeyless::CreateAuthMethodOAuth2.new(
32
33
  audience: null,
33
34
  bound_client_ids: null,
34
35
  bound_ips: null,
36
+ description: null,
35
37
  force_sub_claims: null,
36
38
  gateway_url: null,
37
39
  gw_bound_ips: null,
@@ -0,0 +1,40 @@
1
+ # Akeyless::CreateAuthMethodOCI
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
8
+ | **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
9
+ | **description** | **String** | Auth Method description | [optional] |
10
+ | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
11
+ | **group_ocid** | **Array<String>** | A list of required groups ocids | |
12
+ | **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
13
+ | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
14
+ | **jwt_ttl** | **Integer** | Jwt TTL | [optional][default to 0] |
15
+ | **name** | **String** | Auth Method name | |
16
+ | **tenant_ocid** | **String** | The Oracle Cloud tenant ID | |
17
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
18
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
19
+
20
+ ## Example
21
+
22
+ ```ruby
23
+ require 'akeyless'
24
+
25
+ instance = Akeyless::CreateAuthMethodOCI.new(
26
+ access_expires: null,
27
+ bound_ips: null,
28
+ description: null,
29
+ force_sub_claims: null,
30
+ group_ocid: null,
31
+ gw_bound_ips: null,
32
+ json: null,
33
+ jwt_ttl: null,
34
+ name: null,
35
+ tenant_ocid: null,
36
+ token: null,
37
+ uid_token: null
38
+ )
39
+ ```
40
+
@@ -0,0 +1,18 @@
1
+ # Akeyless::CreateAuthMethodOCIOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **access_id** | **String** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'akeyless'
13
+
14
+ instance = Akeyless::CreateAuthMethodOCIOutput.new(
15
+ access_id: null
16
+ )
17
+ ```
18
+
@@ -10,6 +10,7 @@
10
10
  | **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
11
11
  | **client_id** | **String** | Client ID | [optional] |
12
12
  | **client_secret** | **String** | Client Secret | [optional] |
13
+ | **description** | **String** | Auth Method description | [optional] |
13
14
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
14
15
  | **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
15
16
  | **issuer** | **String** | Issuer URL | [optional] |
@@ -35,6 +36,7 @@ instance = Akeyless::CreateAuthMethodOIDC.new(
35
36
  bound_ips: null,
36
37
  client_id: null,
37
38
  client_secret: null,
39
+ description: null,
38
40
  force_sub_claims: null,
39
41
  gw_bound_ips: null,
40
42
  issuer: null,
@@ -7,6 +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
  | **allowed_redirect_uri** | **Array<String>** | Allowed redirect URIs after the authentication | [optional] |
9
9
  | **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
10
+ | **description** | **String** | Auth Method description | [optional] |
10
11
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
11
12
  | **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
12
13
  | **idp_metadata_url** | **String** | IDP metadata url | [optional] |
@@ -28,6 +29,7 @@ instance = Akeyless::CreateAuthMethodSAML.new(
28
29
  access_expires: null,
29
30
  allowed_redirect_uri: null,
30
31
  bound_ips: null,
32
+ description: null,
31
33
  force_sub_claims: null,
32
34
  gw_bound_ips: null,
33
35
  idp_metadata_url: null,
@@ -8,6 +8,7 @@
8
8
  | **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
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
+ | **description** | **String** | Auth Method description | [optional] |
11
12
  | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
12
13
  | **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
13
14
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
@@ -27,6 +28,7 @@ instance = Akeyless::CreateAuthMethodUniversalIdentity.new(
27
28
  bound_ips: null,
28
29
  deny_inheritance: null,
29
30
  deny_rotate: null,
31
+ description: null,
30
32
  force_sub_claims: null,
31
33
  gw_bound_ips: null,
32
34
  json: null,
@@ -15,7 +15,7 @@
15
15
  | **email_to** | **String** | A comma seperated list of email addresses to send event to (relevant only for \"email\" Event Forwarder) | [optional] |
16
16
  | **event_source_locations** | **Array<String>** | Event sources | |
17
17
  | **event_source_type** | **String** | Event Source type [item, target, auth_method, gateway] | [optional][default to 'item'] |
18
- | **event_types** | **Array<String>** | List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, auth-method-pending-expiration, auth-method-expired, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure] | [optional] |
18
+ | **event_types** | **Array<String>** | List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated] | [optional] |
19
19
  | **every** | **String** | Rate of periodic runner repetition in hours | [optional] |
20
20
  | **forwarder_type** | **String** | | |
21
21
  | **host** | **String** | Workstation Host | [optional] |
@@ -10,6 +10,7 @@
10
10
  | **name** | **String** | Target name | |
11
11
  | **parent_target_name** | **String** | The parent Target name | [optional] |
12
12
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
13
+ | **type** | **String** | Specifies the hosts type, relevant only when working without parent target | [optional] |
13
14
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
14
15
 
15
16
  ## Example
@@ -24,6 +25,7 @@ instance = Akeyless::CreateLinkedTarget.new(
24
25
  name: null,
25
26
  parent_target_name: null,
26
27
  token: null,
28
+ type: null,
27
29
  uid_token: null
28
30
  )
29
31
  ```
data/docs/CreateRole.md CHANGED
@@ -8,6 +8,8 @@
8
8
  | **audit_access** | **String** | Allow this role to view audit logs. Currently only 'none', 'own' and 'all' values are supported, allowing associated auth methods to view audit logs produced by the same auth methods. | [optional] |
9
9
  | **comment** | **String** | Deprecated - use description | [optional] |
10
10
  | **description** | **String** | Description of the object | [optional] |
11
+ | **event_center_access** | **String** | Allow this role to view Event Center. Currently only 'none', 'own' and 'all' values are supported | [optional] |
12
+ | **event_forwarders_access** | **String** | Allow this role to manage Event Forwarders. Currently only 'none' and 'all' values are supported. | [optional] |
11
13
  | **gw_analytics_access** | **String** | Allow this role to view gw analytics. Currently only 'none', 'own', 'all' values are supported, allowing associated auth methods to view reports produced by the same auth methods. | [optional] |
12
14
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
13
15
  | **name** | **String** | Role name | |
@@ -26,6 +28,8 @@ instance = Akeyless::CreateRole.new(
26
28
  audit_access: null,
27
29
  comment: null,
28
30
  description: null,
31
+ event_center_access: null,
32
+ event_forwarders_access: null,
29
33
  gw_analytics_access: null,
30
34
  json: null,
31
35
  name: null,