akeyless 2.15.29 → 2.16.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (101) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +27 -9
  3. data/docs/Auth.md +5 -1
  4. data/docs/AuthMethodAccessInfo.md +2 -0
  5. data/docs/CertAccessRules.md +34 -0
  6. data/docs/ConfigHash.md +2 -0
  7. data/docs/CreateAuthMethodCert.md +48 -0
  8. data/docs/CreateAuthMethodCertOutput.md +18 -0
  9. data/docs/CreateAuthMethodLDAP.md +3 -1
  10. data/docs/CreateAuthMethodOIDC.md +4 -0
  11. data/docs/CreateClassicKey.md +5 -1
  12. data/docs/DSProducerDetails.md +4 -0
  13. data/docs/GatewayCreateProducerCustom.md +4 -0
  14. data/docs/GatewayCreateProducerHanaDb.md +54 -0
  15. data/docs/GatewayCreateProducerHanaDbOutput.md +18 -0
  16. data/docs/GatewayCreateProducerMongo.md +1 -1
  17. data/docs/GatewayCreateProducerOracleDb.md +8 -0
  18. data/docs/GatewayMessageQueueInfo.md +1 -3
  19. data/docs/GatewayUpdateProducerCustom.md +4 -0
  20. data/docs/GatewayUpdateProducerHanaDb.md +56 -0
  21. data/docs/GatewayUpdateProducerHanaDbOutput.md +18 -0
  22. data/docs/GatewayUpdateProducerMongo.md +1 -1
  23. data/docs/GatewayUpdateProducerOracleDb.md +8 -0
  24. data/docs/KMIPClient.md +2 -0
  25. data/docs/KMIPConfigPart.md +5 -1
  26. data/docs/KMIPServer.md +30 -0
  27. data/docs/KmipDeleteServer.md +20 -0
  28. data/docs/KmipDescribeServerOutput.md +4 -0
  29. data/docs/KmipMoveServer.md +22 -0
  30. data/docs/KmipMoveServerOutput.md +20 -0
  31. data/docs/ListAuthMethods.md +4 -0
  32. data/docs/ListRoles.md +2 -0
  33. data/docs/ListTargets.md +2 -0
  34. data/docs/OIDCAccessRules.md +4 -0
  35. data/docs/TargetItemAssociation.md +2 -0
  36. data/docs/UpdateAuthMethodCert.md +50 -0
  37. data/docs/UpdateAuthMethodCertOutput.md +18 -0
  38. data/docs/UpdateAuthMethodLDAP.md +3 -1
  39. data/docs/UpdateAuthMethodOIDC.md +4 -0
  40. data/docs/UpdateDBTarget.md +4 -0
  41. data/docs/UpdateOutput.md +2 -0
  42. data/docs/V2Api.md +319 -0
  43. data/git_push.sh +0 -0
  44. data/lib/akeyless/api/v2_api.rb +312 -0
  45. data/lib/akeyless/api_client.rb +3 -7
  46. data/lib/akeyless/configuration.rb +2 -1
  47. data/lib/akeyless/models/auth.rb +22 -2
  48. data/lib/akeyless/models/auth_method_access_info.rb +10 -1
  49. data/lib/akeyless/models/cert_access_rules.rb +316 -0
  50. data/lib/akeyless/models/config_hash.rb +10 -1
  51. data/lib/akeyless/models/create_auth_method_cert.rb +401 -0
  52. data/lib/akeyless/models/create_auth_method_cert_output.rb +219 -0
  53. data/lib/akeyless/models/create_auth_method_ldap.rb +14 -4
  54. data/lib/akeyless/models/create_auth_method_oidc.rb +23 -1
  55. data/lib/akeyless/models/create_classic_key.rb +26 -4
  56. data/lib/akeyless/models/ds_producer_details.rb +19 -1
  57. data/lib/akeyless/models/gateway_create_producer_custom.rb +23 -1
  58. data/lib/akeyless/models/gateway_create_producer_hana_db.rb +411 -0
  59. data/lib/akeyless/models/gateway_create_producer_hana_db_output.rb +219 -0
  60. data/lib/akeyless/models/gateway_create_producer_mongo.rb +0 -2
  61. data/lib/akeyless/models/gateway_create_producer_oracle_db.rb +39 -1
  62. data/lib/akeyless/models/gateway_message_queue_info.rb +4 -13
  63. data/lib/akeyless/models/gateway_update_producer_custom.rb +23 -1
  64. data/lib/akeyless/models/gateway_update_producer_hana_db.rb +421 -0
  65. data/lib/akeyless/models/gateway_update_producer_hana_db_output.rb +219 -0
  66. data/lib/akeyless/models/gateway_update_producer_mongo.rb +0 -2
  67. data/lib/akeyless/models/gateway_update_producer_oracle_db.rb +39 -1
  68. data/lib/akeyless/models/kmip_client.rb +10 -1
  69. data/lib/akeyless/models/kmip_config_part.rb +23 -1
  70. data/lib/akeyless/models/kmip_delete_server.rb +231 -0
  71. data/lib/akeyless/models/kmip_describe_server_output.rb +19 -1
  72. data/lib/akeyless/models/kmip_move_server.rb +240 -0
  73. data/lib/akeyless/models/kmip_move_server_output.rb +228 -0
  74. data/lib/akeyless/models/kmip_server.rb +277 -0
  75. data/lib/akeyless/models/list_auth_methods.rb +23 -1
  76. data/lib/akeyless/models/list_roles.rb +11 -1
  77. data/lib/akeyless/models/list_targets.rb +11 -1
  78. data/lib/akeyless/models/oidc_access_rules.rb +23 -1
  79. data/lib/akeyless/models/target_item_association.rb +10 -1
  80. data/lib/akeyless/models/update_auth_method_cert.rb +411 -0
  81. data/lib/akeyless/models/update_auth_method_cert_output.rb +219 -0
  82. data/lib/akeyless/models/update_auth_method_ldap.rb +14 -4
  83. data/lib/akeyless/models/update_auth_method_oidc.rb +23 -1
  84. data/lib/akeyless/models/update_db_target.rb +21 -1
  85. data/lib/akeyless/models/update_output.rb +10 -1
  86. data/lib/akeyless/version.rb +1 -1
  87. data/lib/akeyless.rb +13 -0
  88. data/spec/models/cert_access_rules_spec.rb +82 -0
  89. data/spec/models/create_auth_method_cert_output_spec.rb +34 -0
  90. data/spec/models/create_auth_method_cert_spec.rb +124 -0
  91. data/spec/models/gateway_create_producer_hana_db_output_spec.rb +34 -0
  92. data/spec/models/gateway_create_producer_hana_db_spec.rb +142 -0
  93. data/spec/models/gateway_update_producer_hana_db_output_spec.rb +34 -0
  94. data/spec/models/gateway_update_producer_hana_db_spec.rb +148 -0
  95. data/spec/models/kmip_delete_server_spec.rb +40 -0
  96. data/spec/models/kmip_move_server_output_spec.rb +40 -0
  97. data/spec/models/kmip_move_server_spec.rb +46 -0
  98. data/spec/models/kmip_server_spec.rb +58 -0
  99. data/spec/models/update_auth_method_cert_output_spec.rb +34 -0
  100. data/spec/models/update_auth_method_cert_spec.rb +130 -0
  101. metadata +508 -456
@@ -0,0 +1,56 @@
1
+ # Akeyless::GatewayUpdateProducerHanaDb
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **hana_dbname** | **String** | HanaDb Name | [optional] |
8
+ | **hanadb_create_statements** | **String** | HanaDb Creation statements | [optional] |
9
+ | **hanadb_host** | **String** | HanaDb Host | [optional][default to '127.0.0.1'] |
10
+ | **hanadb_password** | **String** | HanaDb Password | [optional] |
11
+ | **hanadb_port** | **String** | HanaDb Port | [optional][default to '443'] |
12
+ | **hanadb_revocation_statements** | **String** | HanaDb Revocation statements | [optional] |
13
+ | **hanadb_username** | **String** | HanaDb Username | [optional] |
14
+ | **name** | **String** | Producer name | |
15
+ | **new_name** | **String** | Producer name | [optional] |
16
+ | **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
17
+ | **secure_access_bastion_issuer** | **String** | | [optional] |
18
+ | **secure_access_db_schema** | **String** | | [optional] |
19
+ | **secure_access_enable** | **String** | | [optional] |
20
+ | **secure_access_host** | **Array<String>** | | [optional] |
21
+ | **secure_access_web** | **Boolean** | | [optional] |
22
+ | **tags** | **Array<String>** | List of the tags attached to this secret | [optional] |
23
+ | **target_name** | **String** | Target name | [optional] |
24
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
25
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
26
+ | **user_ttl** | **String** | User TTL | [optional][default to '60m'] |
27
+
28
+ ## Example
29
+
30
+ ```ruby
31
+ require 'akeyless'
32
+
33
+ instance = Akeyless::GatewayUpdateProducerHanaDb.new(
34
+ hana_dbname: null,
35
+ hanadb_create_statements: null,
36
+ hanadb_host: null,
37
+ hanadb_password: null,
38
+ hanadb_port: null,
39
+ hanadb_revocation_statements: null,
40
+ hanadb_username: null,
41
+ name: null,
42
+ new_name: null,
43
+ producer_encryption_key_name: null,
44
+ secure_access_bastion_issuer: null,
45
+ secure_access_db_schema: null,
46
+ secure_access_enable: null,
47
+ secure_access_host: null,
48
+ secure_access_web: null,
49
+ tags: null,
50
+ target_name: null,
51
+ token: null,
52
+ uid_token: null,
53
+ user_ttl: null
54
+ )
55
+ ```
56
+
@@ -0,0 +1,18 @@
1
+ # Akeyless::GatewayUpdateProducerHanaDbOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **producer_details** | [**DSProducerDetails**](DSProducerDetails.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'akeyless'
13
+
14
+ instance = Akeyless::GatewayUpdateProducerHanaDbOutput.new(
15
+ producer_details: null
16
+ )
17
+ ```
18
+
@@ -7,7 +7,7 @@
7
7
  | **mongodb_atlas_api_private_key** | **String** | MongoDB Atlas private key | [optional] |
8
8
  | **mongodb_atlas_api_public_key** | **String** | MongoDB Atlas public key | [optional] |
9
9
  | **mongodb_atlas_project_id** | **String** | MongoDB Atlas project ID | [optional] |
10
- | **mongodb_custom_data** | **String** | MongoDB custom data | [optional][default to '\"\"'] |
10
+ | **mongodb_custom_data** | **String** | MongoDB custom data | [optional] |
11
11
  | **mongodb_default_auth_db** | **String** | MongoDB server default authentication database | [optional] |
12
12
  | **mongodb_host_port** | **String** | MongoDB server host and port | [optional] |
13
13
  | **mongodb_name** | **String** | MongoDB Name | [optional] |
@@ -15,6 +15,10 @@
15
15
  | **oracle_service_name** | **String** | Oracle DB Name | [optional] |
16
16
  | **oracle_username** | **String** | Oracle Username | [optional] |
17
17
  | **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
18
+ | **secure_access_bastion_issuer** | **String** | | [optional] |
19
+ | **secure_access_enable** | **String** | | [optional] |
20
+ | **secure_access_host** | **Array<String>** | | [optional] |
21
+ | **secure_access_web** | **Boolean** | | [optional] |
18
22
  | **tags** | **Array<String>** | List of the tags attached to this secret | [optional] |
19
23
  | **target_name** | **String** | Target name | [optional] |
20
24
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
@@ -38,6 +42,10 @@ instance = Akeyless::GatewayUpdateProducerOracleDb.new(
38
42
  oracle_service_name: null,
39
43
  oracle_username: null,
40
44
  producer_encryption_key_name: null,
45
+ secure_access_bastion_issuer: null,
46
+ secure_access_enable: null,
47
+ secure_access_host: null,
48
+ secure_access_web: null,
41
49
  tags: null,
42
50
  target_name: null,
43
51
  token: null,
data/docs/KMIPClient.md CHANGED
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **certificate_issue_date** | **Time** | | [optional] |
8
+ | **certificate_ttl_in_seconds** | **Integer** | | [optional] |
8
9
  | **id** | **String** | | [optional] |
9
10
  | **name** | **String** | | [optional] |
10
11
  | **rules** | [**Array<PathRule>**](PathRule.md) | | [optional] |
@@ -16,6 +17,7 @@ require 'akeyless'
16
17
 
17
18
  instance = Akeyless::KMIPClient.new(
18
19
  certificate_issue_date: null,
20
+ certificate_ttl_in_seconds: null,
19
21
  id: null,
20
22
  name: null,
21
23
  rules: null
@@ -5,7 +5,9 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **clients** | [**Hash<String, KMIPClient>**](KMIPClient.md) | | [optional] |
8
- | **server_enc** | **Array<Integer>** | | [optional] |
8
+ | **key_enc** | **Array<Integer>** | Saves the private key of the cert issuer in encypted form | [optional] |
9
+ | **server** | [**KMIPServer**](KMIPServer.md) | | [optional] |
10
+ | **server_enc** | **Array<Integer>** | Saved for backward compatibility TODO: remove this after all clients upgrade | [optional] |
9
11
 
10
12
  ## Example
11
13
 
@@ -14,6 +16,8 @@ require 'akeyless'
14
16
 
15
17
  instance = Akeyless::KMIPConfigPart.new(
16
18
  clients: null,
19
+ key_enc: null,
20
+ server: null,
17
21
  server_enc: null
18
22
  )
19
23
  ```
@@ -0,0 +1,30 @@
1
+ # Akeyless::KMIPServer
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **active** | **Boolean** | | [optional] |
8
+ | **ca** | **Array<Integer>** | | [optional] |
9
+ | **certificate** | **Array<Integer>** | | [optional] |
10
+ | **certificate_issue_date** | **Time** | | [optional] |
11
+ | **certificate_ttl_in_seconds** | **Integer** | | [optional] |
12
+ | **hostname** | **String** | | [optional] |
13
+ | **root** | **String** | | [optional] |
14
+
15
+ ## Example
16
+
17
+ ```ruby
18
+ require 'akeyless'
19
+
20
+ instance = Akeyless::KMIPServer.new(
21
+ active: null,
22
+ ca: null,
23
+ certificate: null,
24
+ certificate_issue_date: null,
25
+ certificate_ttl_in_seconds: null,
26
+ hostname: null,
27
+ root: null
28
+ )
29
+ ```
30
+
@@ -0,0 +1,20 @@
1
+ # Akeyless::KmipDeleteServer
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
8
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'akeyless'
14
+
15
+ instance = Akeyless::KmipDeleteServer.new(
16
+ token: null,
17
+ uid_token: null
18
+ )
19
+ ```
20
+
@@ -6,6 +6,8 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **active** | **Boolean** | | [optional] |
8
8
  | **ca_cert** | **Array<Integer>** | | [optional] |
9
+ | **certificate_issue_date** | **Time** | | [optional] |
10
+ | **certificate_ttl_in_seconds** | **Integer** | | [optional] |
9
11
  | **hostname** | **String** | | [optional] |
10
12
  | **root** | **String** | | [optional] |
11
13
 
@@ -17,6 +19,8 @@ require 'akeyless'
17
19
  instance = Akeyless::KmipDescribeServerOutput.new(
18
20
  active: null,
19
21
  ca_cert: null,
22
+ certificate_issue_date: null,
23
+ certificate_ttl_in_seconds: null,
20
24
  hostname: null,
21
25
  root: null
22
26
  )
@@ -0,0 +1,22 @@
1
+ # Akeyless::KmipMoveServer
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **new_root** | **String** | | [optional] |
8
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
9
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'akeyless'
15
+
16
+ instance = Akeyless::KmipMoveServer.new(
17
+ new_root: null,
18
+ token: null,
19
+ uid_token: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,20 @@
1
+ # Akeyless::KmipMoveServerOutput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **new_root** | **String** | | [optional] |
8
+ | **old_root** | **String** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'akeyless'
14
+
15
+ instance = Akeyless::KmipMoveServerOutput.new(
16
+ new_root: null,
17
+ old_root: null
18
+ )
19
+ ```
20
+
@@ -4,8 +4,10 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **filter** | **String** | Filter by auth method name or part of it | [optional] |
7
8
  | **pagination_token** | **String** | Next page reference | [optional] |
8
9
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
10
+ | **type** | **Array<String>** | The Auth method types list of the requested method. In case it is empty, all types of auth methods will be returned. options: [api_key, azure_ad, oauth2/jwt, saml2, ldap, aws_iam, oidc, universal_identity, gcp, k8s, cert] | [optional] |
9
11
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
10
12
 
11
13
  ## Example
@@ -14,8 +16,10 @@
14
16
  require 'akeyless'
15
17
 
16
18
  instance = Akeyless::ListAuthMethods.new(
19
+ filter: null,
17
20
  pagination_token: null,
18
21
  token: null,
22
+ type: null,
19
23
  uid_token: null
20
24
  )
21
25
  ```
data/docs/ListRoles.md CHANGED
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **filter** | **String** | Filter by item name or part of it | [optional] |
7
8
  | **pagination_token** | **String** | Next page reference | [optional] |
8
9
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
9
10
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
@@ -14,6 +15,7 @@
14
15
  require 'akeyless'
15
16
 
16
17
  instance = Akeyless::ListRoles.new(
18
+ filter: null,
17
19
  pagination_token: null,
18
20
  token: null,
19
21
  uid_token: null
data/docs/ListTargets.md CHANGED
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **filter** | **String** | Filter by auth method name or part of it | [optional] |
7
8
  | **pagination_token** | **String** | Next page reference | [optional] |
8
9
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
9
10
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
@@ -14,6 +15,7 @@
14
15
  require 'akeyless'
15
16
 
16
17
  instance = Akeyless::ListTargets.new(
18
+ filter: null,
17
19
  pagination_token: null,
18
20
  token: null,
19
21
  uid_token: null
@@ -10,6 +10,8 @@
10
10
  | **client_secret** | **String** | Client Secret | [optional] |
11
11
  | **is_internal** | **Boolean** | IsInternal indicates whether this is an internal Auth Method where the client has no control over it, or it was created by the client e.g - Sign In with Google will create an OIDC Auth Method with IsInternal=true | [optional] |
12
12
  | **issuer** | **String** | Issuer URL | [optional] |
13
+ | **required_scopes** | **Array<String>** | A list of required scopes to request from the oidc provider, and to check on the token | [optional] |
14
+ | **required_scopes_prefix** | **String** | A prefix to add to the required scopes (for example, azures' Application ID URI) | [optional] |
13
15
  | **unique_identifier** | **String** | A unique identifier to distinguish different users | [optional] |
14
16
 
15
17
  ## Example
@@ -24,6 +26,8 @@ instance = Akeyless::OIDCAccessRules.new(
24
26
  client_secret: null,
25
27
  is_internal: null,
26
28
  issuer: null,
29
+ required_scopes: null,
30
+ required_scopes_prefix: null,
27
31
  unique_identifier: null
28
32
  )
29
33
  ```
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **assoc_id** | **String** | | [optional] |
8
+ | **cluster_id** | **Integer** | | [optional] |
8
9
  | **item_name** | **String** | | [optional] |
9
10
  | **item_type** | **String** | | [optional] |
10
11
 
@@ -15,6 +16,7 @@ require 'akeyless'
15
16
 
16
17
  instance = Akeyless::TargetItemAssociation.new(
17
18
  assoc_id: null,
19
+ cluster_id: null,
18
20
  item_name: null,
19
21
  item_type: null
20
22
  )
@@ -0,0 +1,50 @@
1
+ # Akeyless::UpdateAuthMethodCert
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_common_names** | **Array<String>** | A list of names. At least one must exist in the Common Name. Supports globbing. | [optional] |
9
+ | **bound_dns_sans** | **Array<String>** | A list of DNS names. At least one must exist in the SANs. Supports globbing. | [optional] |
10
+ | **bound_email_sans** | **Array<String>** | A list of Email Addresses. At least one must exist in the SANs. Supports globbing. | [optional] |
11
+ | **bound_extensions** | **Array<String>** | A list of extensions formatted as \"oid:value\". Expects the extension value to be some type of ASN1 encoded string. All values much match. Supports globbing on \"value\". | [optional] |
12
+ | **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
13
+ | **bound_organizational_units** | **Array<String>** | A list of Organizational Units names. At least one must exist in the OU field. | [optional] |
14
+ | **bound_uri_sans** | **Array<String>** | A list of URIs. At least one must exist in the SANs. Supports globbing. | [optional] |
15
+ | **certificate_data** | **String** | The certificate data in base64, if no file was provided | [optional] |
16
+ | **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
17
+ | **jwt_ttl** | **Integer** | Jwt TTL | [optional][default to 0] |
18
+ | **name** | **String** | Auth Method name | |
19
+ | **new_name** | **String** | Auth Method new name | [optional] |
20
+ | **revoked_cert_ids** | **Array<String>** | A list of revoked cert ids | [optional] |
21
+ | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
22
+ | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
23
+ | **unique_identifier** | **String** | A unique identifier (ID) value should be configured, such as common_name or organizational_unit Whenever a user logs in with a token, these authentication types issue a \"sub claim\" that contains details uniquely identifying that user. This sub claim includes a key containing the ID value that you configured, and is used to distinguish between different users from within the same organization. | |
24
+
25
+ ## Example
26
+
27
+ ```ruby
28
+ require 'akeyless'
29
+
30
+ instance = Akeyless::UpdateAuthMethodCert.new(
31
+ access_expires: null,
32
+ bound_common_names: null,
33
+ bound_dns_sans: null,
34
+ bound_email_sans: null,
35
+ bound_extensions: null,
36
+ bound_ips: null,
37
+ bound_organizational_units: null,
38
+ bound_uri_sans: null,
39
+ certificate_data: null,
40
+ force_sub_claims: null,
41
+ jwt_ttl: null,
42
+ name: null,
43
+ new_name: null,
44
+ revoked_cert_ids: null,
45
+ token: null,
46
+ uid_token: null,
47
+ unique_identifier: null
48
+ )
49
+ ```
50
+
@@ -0,0 +1,18 @@
1
+ # Akeyless::UpdateAuthMethodCertOutput
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::UpdateAuthMethodCertOutput.new(
15
+ access_id: null
16
+ )
17
+ ```
18
+
@@ -13,6 +13,7 @@
13
13
  | **public_key_data** | **String** | A public key generated for LDAP authentication method on Akeyless in base64 format [RSA2048] | [optional] |
14
14
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
15
15
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
16
+ | **unique_identifier** | **String** | A unique identifier (ID) value should be configured for OAuth2, LDAP and SAML authentication method types and is usually a value such as the email, username, or upn for example. Whenever a user logs in with a token, these authentication types issue a \"sub claim\" that contains details uniquely identifying that user. This sub claim includes a key containing the ID value that you configured, and is used to distinguish between different users from within the same organization. | [optional] |
16
17
 
17
18
  ## Example
18
19
 
@@ -28,7 +29,8 @@ instance = Akeyless::UpdateAuthMethodLDAP.new(
28
29
  new_name: null,
29
30
  public_key_data: null,
30
31
  token: null,
31
- uid_token: null
32
+ uid_token: null,
33
+ unique_identifier: null
32
34
  )
33
35
  ```
34
36
 
@@ -14,6 +14,8 @@
14
14
  | **jwt_ttl** | **Integer** | Jwt TTL | [optional][default to 0] |
15
15
  | **name** | **String** | Auth Method name | |
16
16
  | **new_name** | **String** | Auth Method new name | [optional] |
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] |
18
+ | **required_scopes_prefix** | **String** | RequiredScopesPrefix is a a prefix to add to all required-scopes when requesting them from the oidc server (for example, azures' Application ID URI) | [optional] |
17
19
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
18
20
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
19
21
  | **unique_identifier** | **String** | A unique identifier (ID) value should be configured for OIDC, OAuth2, LDAP and SAML authentication method types and is usually a value such as the email, username, or upn for example. Whenever a user logs in with a token, these authentication types issue a \"sub claim\" that contains details uniquely identifying that user. This sub claim includes a key containing the ID value that you configured, and is used to distinguish between different users from within the same organization. | |
@@ -34,6 +36,8 @@ instance = Akeyless::UpdateAuthMethodOIDC.new(
34
36
  jwt_ttl: null,
35
37
  name: null,
36
38
  new_name: null,
39
+ required_scopes: null,
40
+ required_scopes_prefix: null,
37
41
  token: null,
38
42
  uid_token: null,
39
43
  unique_identifier: null
@@ -24,6 +24,8 @@
24
24
  | **port** | **String** | | [optional] |
25
25
  | **pwd** | **String** | | [optional] |
26
26
  | **snowflake_account** | **String** | | [optional] |
27
+ | **ssl** | **Boolean** | SSL connection mode | [optional] |
28
+ | **ssl_certificate** | **String** | SSL connection certificate | [optional] |
27
29
  | **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
28
30
  | **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
29
31
  | **update_version** | **Boolean** | Deprecated | [optional] |
@@ -55,6 +57,8 @@ instance = Akeyless::UpdateDBTarget.new(
55
57
  port: null,
56
58
  pwd: null,
57
59
  snowflake_account: null,
60
+ ssl: null,
61
+ ssl_certificate: null,
58
62
  token: null,
59
63
  uid_token: null,
60
64
  update_version: null,
data/docs/UpdateOutput.md CHANGED
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **changelog** | **String** | | [optional] |
7
8
  | **latest** | **String** | | [optional] |
8
9
  | **updated** | **Boolean** | | [optional] |
9
10
 
@@ -13,6 +14,7 @@
13
14
  require 'akeyless'
14
15
 
15
16
  instance = Akeyless::UpdateOutput.new(
17
+ changelog: null,
16
18
  latest: null,
17
19
  updated: null
18
20
  )