akeyless 5.0.2 → 5.0.4

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 (90) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -2
  3. data/docs/AccountGeneralSettings.md +4 -0
  4. data/docs/AzureTargetDetails.md +2 -0
  5. data/docs/CertificateChainInfo.md +10 -0
  6. data/docs/DSProducerDetails.md +2 -0
  7. data/docs/DynamicSecretCreateHanaDb.md +2 -0
  8. data/docs/DynamicSecretCreateMongoDb.md +2 -0
  9. data/docs/DynamicSecretCreateMsSql.md +2 -0
  10. data/docs/DynamicSecretCreateMySql.md +2 -0
  11. data/docs/DynamicSecretCreatePostgreSql.md +2 -0
  12. data/docs/DynamicSecretUpdateHanaDb.md +2 -0
  13. data/docs/DynamicSecretUpdateMongoDb.md +2 -0
  14. data/docs/DynamicSecretUpdateMsSql.md +2 -0
  15. data/docs/DynamicSecretUpdateMySql.md +2 -0
  16. data/docs/DynamicSecretUpdatePostgreSql.md +2 -0
  17. data/docs/GatewayCreateProducerHanaDb.md +2 -0
  18. data/docs/GatewayCreateProducerMSSQL.md +2 -0
  19. data/docs/GatewayCreateProducerMongo.md +2 -0
  20. data/docs/GatewayCreateProducerMySQL.md +2 -0
  21. data/docs/GatewayCreateProducerPostgreSQL.md +2 -0
  22. data/docs/GatewayUpdateProducerHanaDb.md +2 -0
  23. data/docs/GatewayUpdateProducerMSSQL.md +2 -0
  24. data/docs/GatewayUpdateProducerMongo.md +2 -0
  25. data/docs/GatewayUpdateProducerMySQL.md +2 -0
  26. data/docs/GatewayUpdateProducerPostgreSQL.md +2 -0
  27. data/docs/GcpTargetDetails.md +2 -0
  28. data/docs/ItemUSCSyncAssociation.md +1 -1
  29. data/docs/ListItemsInPathOutput.md +2 -0
  30. data/docs/ListItemsOutput.md +2 -0
  31. data/docs/NullString.md +20 -0
  32. data/docs/RotatedSecretCreateAws.md +5 -1
  33. data/docs/RotatedSecretCreateAzure.md +12 -0
  34. data/docs/RotatedSecretCreateCustom.md +11 -1
  35. data/docs/RotatedSecretCreateGcp.md +6 -0
  36. data/docs/RotatedSecretDetailsInfo.md +8 -0
  37. data/docs/RotatedSecretSync.md +2 -0
  38. data/docs/RotatedSecretUpdateAws.md +5 -1
  39. data/docs/RotatedSecretUpdateAzure.md +12 -0
  40. data/docs/RotatedSecretUpdateCustom.md +11 -1
  41. data/docs/RotatedSecretUpdateGcp.md +6 -0
  42. data/docs/UpdateAccountSettings.md +4 -0
  43. data/docs/UscSyncInfo.md +26 -0
  44. data/lib/akeyless/models/account_general_settings.rb +19 -1
  45. data/lib/akeyless/models/azure_target_details.rb +10 -1
  46. data/lib/akeyless/models/certificate_chain_info.rb +46 -1
  47. data/lib/akeyless/models/ds_producer_details.rb +10 -1
  48. data/lib/akeyless/models/dynamic_secret_create_hana_db.rb +11 -1
  49. data/lib/akeyless/models/dynamic_secret_create_mongo_db.rb +11 -1
  50. data/lib/akeyless/models/dynamic_secret_create_ms_sql.rb +11 -1
  51. data/lib/akeyless/models/dynamic_secret_create_my_sql.rb +11 -1
  52. data/lib/akeyless/models/dynamic_secret_create_postgre_sql.rb +11 -1
  53. data/lib/akeyless/models/dynamic_secret_update_hana_db.rb +11 -1
  54. data/lib/akeyless/models/dynamic_secret_update_mongo_db.rb +11 -1
  55. data/lib/akeyless/models/dynamic_secret_update_ms_sql.rb +11 -1
  56. data/lib/akeyless/models/dynamic_secret_update_my_sql.rb +11 -1
  57. data/lib/akeyless/models/dynamic_secret_update_postgre_sql.rb +11 -1
  58. data/lib/akeyless/models/gateway_create_producer_hana_db.rb +11 -1
  59. data/lib/akeyless/models/gateway_create_producer_mongo.rb +11 -1
  60. data/lib/akeyless/models/gateway_create_producer_mssql.rb +11 -1
  61. data/lib/akeyless/models/gateway_create_producer_my_sql.rb +11 -1
  62. data/lib/akeyless/models/gateway_create_producer_postgre_sql.rb +11 -1
  63. data/lib/akeyless/models/gateway_update_producer_hana_db.rb +11 -1
  64. data/lib/akeyless/models/gateway_update_producer_mongo.rb +11 -1
  65. data/lib/akeyless/models/gateway_update_producer_mssql.rb +11 -1
  66. data/lib/akeyless/models/gateway_update_producer_my_sql.rb +11 -1
  67. data/lib/akeyless/models/gateway_update_producer_postgre_sql.rb +11 -1
  68. data/lib/akeyless/models/gcp_target_details.rb +10 -1
  69. data/lib/akeyless/models/item_usc_sync_association.rb +1 -1
  70. data/lib/akeyless/models/list_items_in_path_output.rb +10 -1
  71. data/lib/akeyless/models/list_items_output.rb +10 -1
  72. data/lib/akeyless/models/null_string.rb +224 -0
  73. data/lib/akeyless/models/remote_secret_info.rb +1 -1
  74. data/lib/akeyless/models/rotated_secret_create_aws.rb +22 -2
  75. data/lib/akeyless/models/rotated_secret_create_azure.rb +63 -1
  76. data/lib/akeyless/models/rotated_secret_create_custom.rb +54 -4
  77. data/lib/akeyless/models/rotated_secret_create_gcp.rb +31 -1
  78. data/lib/akeyless/models/rotated_secret_details_info.rb +37 -1
  79. data/lib/akeyless/models/rotated_secret_sync.rb +11 -1
  80. data/lib/akeyless/models/rotated_secret_update_aws.rb +22 -2
  81. data/lib/akeyless/models/rotated_secret_update_azure.rb +63 -1
  82. data/lib/akeyless/models/rotated_secret_update_custom.rb +54 -4
  83. data/lib/akeyless/models/rotated_secret_update_gcp.rb +31 -1
  84. data/lib/akeyless/models/update_account_settings.rb +21 -1
  85. data/lib/akeyless/models/usc_sync_info.rb +250 -0
  86. data/lib/akeyless/version.rb +1 -1
  87. data/lib/akeyless.rb +2 -1
  88. data/spec/models/null_string_spec.rb +42 -0
  89. data/spec/models/usc_sync_info_spec.rb +60 -0
  90. metadata +1064 -1056
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0e736375b812cbde13e0ca7ad50795f8043d2f7b95d11408ae0198c0d8edaf85
4
- data.tar.gz: e2cbeb7f0c15e53e513ab283e3aa83ca2c1173cf10c5682f02cf82415f81fee9
3
+ metadata.gz: efa5cbaea36903234ff143e714e768a658bd3fc10f825653c6e9c6382650f91b
4
+ data.tar.gz: 0f1a7348b2fd9f50f1bd9656178736da1e407c1b97b3a25c287b847443a49cd3
5
5
  SHA512:
6
- metadata.gz: b511c5366e0caf7ba6c19dcad542caf68357e345a49d1fcef01edd8fe7192ccb9b0b67411925157a6bc14dde0f4c11182d9579b910dead216d1ac53805ac4475
7
- data.tar.gz: b86a3b076d2a7f0061bc14274219e5b32fc414a838f76db911cc0210ce2a3ea8dbd452b1283919e1197f58258c1fd8bd8327d88f4ef1a753968f4793a0c61c5d
6
+ metadata.gz: 26aaa6b37da24809cdce53e4313899f861c1ce9a3327bd7f9d12fef609bbf5bb1218b861a8525d2089ea2c6c0f126caf675861aa3b56798c75159878fddc47b6
7
+ data.tar.gz: 25fc4fccc658777de34fc5572411cf621ea97f0dcb8cbb43d90a6e4c26add223d2f89b7a684563bc2088d58eb4ab45aa52f77bb163ef0667fc209dce096b93de
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: 5.0.2
10
+ - Package version: 5.0.4
11
11
  - Generator version: 7.10.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
  For more information, please visit [http://akeyless.io](http://akeyless.io)
@@ -1368,6 +1368,7 @@ Class | Method | HTTP request | Description
1368
1368
  - [Akeyless::NativeK8sTargetDetails](docs/NativeK8sTargetDetails.md)
1369
1369
  - [Akeyless::NextAutoRotationEvent](docs/NextAutoRotationEvent.md)
1370
1370
  - [Akeyless::NotiForwarder](docs/NotiForwarder.md)
1371
+ - [Akeyless::NullString](docs/NullString.md)
1371
1372
  - [Akeyless::OAuth2AccessRules](docs/OAuth2AccessRules.md)
1372
1373
  - [Akeyless::OAuth2CustomClaim](docs/OAuth2CustomClaim.md)
1373
1374
  - [Akeyless::OCIAccessRules](docs/OCIAccessRules.md)
@@ -1395,7 +1396,6 @@ Class | Method | HTTP request | Description
1395
1396
  - [Akeyless::RefreshKey](docs/RefreshKey.md)
1396
1397
  - [Akeyless::RefreshKeyOutput](docs/RefreshKeyOutput.md)
1397
1398
  - [Akeyless::RegexpTokenizerInfo](docs/RegexpTokenizerInfo.md)
1398
- - [Akeyless::RemoteSecretInfo](docs/RemoteSecretInfo.md)
1399
1399
  - [Akeyless::RenewCertificate](docs/RenewCertificate.md)
1400
1400
  - [Akeyless::RenewCertificateOutput](docs/RenewCertificateOutput.md)
1401
1401
  - [Akeyless::RequestAccess](docs/RequestAccess.md)
@@ -1701,6 +1701,7 @@ Class | Method | HTTP request | Description
1701
1701
  - [Akeyless::UscGetSecretOutput](docs/UscGetSecretOutput.md)
1702
1702
  - [Akeyless::UscList](docs/UscList.md)
1703
1703
  - [Akeyless::UscListSecretsOutput](docs/UscListSecretsOutput.md)
1704
+ - [Akeyless::UscSyncInfo](docs/UscSyncInfo.md)
1704
1705
  - [Akeyless::UscUpdate](docs/UscUpdate.md)
1705
1706
  - [Akeyless::UscUpdateSecretOutput](docs/UscUpdateSecretOutput.md)
1706
1707
  - [Akeyless::ValidateToken](docs/ValidateToken.md)
@@ -13,6 +13,8 @@
13
13
  | **default_home_page** | [**DefaultHomePage**](DefaultHomePage.md) | | [optional] |
14
14
  | **dynamic_secret_max_ttl** | [**DynamicSecretMaxTtl**](DynamicSecretMaxTtl.md) | | [optional] |
15
15
  | **enable_request_for_access** | **Boolean** | | [optional] |
16
+ | **hide_personal_folder** | **Boolean** | | [optional] |
17
+ | **hide_static_password** | **Boolean** | | [optional] |
16
18
  | **invalid_characters** | **String** | InvalidCharacters is the invalid characters for items/targets/roles/auths/notifier_forwarder naming convention | [optional] |
17
19
  | **item_usage_event** | [**UsageEventSetting**](UsageEventSetting.md) | | [optional] |
18
20
  | **lock_default_key** | **Boolean** | LockDefaultKey determines whether the configured default key can be updated by end-users on a per-request basis true - all requests use the configured default key false - every request can determine its protection key (default) nil - change nothing (every request can determine its protection key (default)) This parameter is only relevant if AccountDefaultKeyItemID is not empty | [optional] |
@@ -38,6 +40,8 @@ instance = Akeyless::AccountGeneralSettings.new(
38
40
  default_home_page: null,
39
41
  dynamic_secret_max_ttl: null,
40
42
  enable_request_for_access: null,
43
+ hide_personal_folder: null,
44
+ hide_static_password: null,
41
45
  invalid_characters: null,
42
46
  item_usage_event: null,
43
47
  lock_default_key: null,
@@ -13,6 +13,7 @@
13
13
  | **azure_username** | **String** | | [optional] |
14
14
  | **connection_type** | **String** | | [optional] |
15
15
  | **expiration_date** | **Time** | | [optional] |
16
+ | **grace_rotated_secret_key** | **String** | | [optional] |
16
17
  | **use_gw_cloud_identity** | **Boolean** | | [optional] |
17
18
 
18
19
  ## Example
@@ -30,6 +31,7 @@ instance = Akeyless::AzureTargetDetails.new(
30
31
  azure_username: null,
31
32
  connection_type: null,
32
33
  expiration_date: null,
34
+ grace_rotated_secret_key: null,
33
35
  use_gw_cloud_identity: null
34
36
  )
35
37
  ```
@@ -14,8 +14,13 @@
14
14
  | **certificate_issuer_name** | **String** | | [optional] |
15
15
  | **certificate_pem** | **String** | | [optional] |
16
16
  | **certificate_status** | **String** | | [optional] |
17
+ | **common_name** | **String** | | [optional] |
17
18
  | **error_message** | **String** | | [optional] |
19
+ | **expiration_date** | **Time** | | [optional] |
18
20
  | **expiration_events** | [**Array<CertificateExpirationEvent>**](CertificateExpirationEvent.md) | | [optional] |
21
+ | **external_ca_id** | [**NullString**](NullString.md) | | [optional] |
22
+ | **issuance_status** | **String** | | [optional] |
23
+ | **not_before** | **Time** | | [optional] |
19
24
  | **renew_before_expiration_in_days** | **Integer** | | [optional] |
20
25
 
21
26
  ## Example
@@ -34,8 +39,13 @@ instance = Akeyless::CertificateChainInfo.new(
34
39
  certificate_issuer_name: null,
35
40
  certificate_pem: null,
36
41
  certificate_status: null,
42
+ common_name: null,
37
43
  error_message: null,
44
+ expiration_date: null,
38
45
  expiration_events: null,
46
+ external_ca_id: null,
47
+ issuance_status: null,
48
+ not_before: null,
39
49
  renew_before_expiration_in_days: null
40
50
  )
41
51
  ```
@@ -130,6 +130,7 @@
130
130
  | **google_workspace_group_role** | **String** | | [optional] |
131
131
  | **google_workspace_role_name** | **String** | | [optional] |
132
132
  | **google_workspace_role_scope** | **String** | | [optional] |
133
+ | **grace_rotated_secret_key** | **String** | | [optional] |
133
134
  | **grant_types** | **Array<String>** | | [optional] |
134
135
  | **groups** | **String** | | [optional] |
135
136
  | **hanadb_creation_statements** | **String** | | [optional] |
@@ -382,6 +383,7 @@ instance = Akeyless::DSProducerDetails.new(
382
383
  google_workspace_group_role: null,
383
384
  google_workspace_role_name: null,
384
385
  google_workspace_role_scope: null,
386
+ grace_rotated_secret_key: null,
385
387
  grant_types: null,
386
388
  groups: null,
387
389
  hanadb_creation_statements: null,
@@ -19,6 +19,7 @@
19
19
  | **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
20
20
  | **secure_access_bastion_issuer** | **String** | Deprecated. use secure-access-certificate-issuer | [optional] |
21
21
  | **secure_access_certificate_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Secure Access | [optional] |
22
+ | **secure_access_db_name** | **String** | The DB name (relevant only for DB Dynamic-Secret) | [optional] |
22
23
  | **secure_access_db_schema** | **String** | The DB schema | [optional] |
23
24
  | **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
24
25
  | **secure_access_host** | **Array<String>** | Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts) | [optional] |
@@ -50,6 +51,7 @@ instance = Akeyless::DynamicSecretCreateHanaDb.new(
50
51
  producer_encryption_key_name: null,
51
52
  secure_access_bastion_issuer: null,
52
53
  secure_access_certificate_issuer: null,
54
+ secure_access_db_name: null,
53
55
  secure_access_db_schema: null,
54
56
  secure_access_enable: null,
55
57
  secure_access_host: null,
@@ -24,6 +24,7 @@
24
24
  | **producer_encryption_key_name** | **String** | Encrypt producer with following key | [optional] |
25
25
  | **secure_access_bastion_issuer** | **String** | Deprecated. use secure-access-certificate-issuer | [optional] |
26
26
  | **secure_access_certificate_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Secure Access | [optional] |
27
+ | **secure_access_db_name** | **String** | The DB name (relevant only for DB Dynamic-Secret) | [optional] |
27
28
  | **secure_access_delay** | **Integer** | The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds | [optional] |
28
29
  | **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
29
30
  | **secure_access_host** | **Array<String>** | Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts) | [optional] |
@@ -60,6 +61,7 @@ instance = Akeyless::DynamicSecretCreateMongoDb.new(
60
61
  producer_encryption_key_name: null,
61
62
  secure_access_bastion_issuer: null,
62
63
  secure_access_certificate_issuer: null,
64
+ secure_access_db_name: null,
63
65
  secure_access_delay: null,
64
66
  secure_access_enable: null,
65
67
  secure_access_host: null,
@@ -19,6 +19,7 @@
19
19
  | **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
20
20
  | **secure_access_bastion_issuer** | **String** | Deprecated. use secure-access-certificate-issuer | [optional] |
21
21
  | **secure_access_certificate_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Secure Access | [optional] |
22
+ | **secure_access_db_name** | **String** | The DB name (relevant only for DB Dynamic-Secret) | [optional] |
22
23
  | **secure_access_db_schema** | **String** | The DB schema | [optional] |
23
24
  | **secure_access_delay** | **Integer** | The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds | [optional] |
24
25
  | **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
@@ -51,6 +52,7 @@ instance = Akeyless::DynamicSecretCreateMsSql.new(
51
52
  producer_encryption_key_name: null,
52
53
  secure_access_bastion_issuer: null,
53
54
  secure_access_certificate_issuer: null,
55
+ secure_access_db_name: null,
54
56
  secure_access_db_schema: null,
55
57
  secure_access_delay: null,
56
58
  secure_access_enable: null,
@@ -21,6 +21,7 @@
21
21
  | **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
22
22
  | **secure_access_bastion_issuer** | **String** | Deprecated. use secure-access-certificate-issuer | [optional] |
23
23
  | **secure_access_certificate_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Secure Access | [optional] |
24
+ | **secure_access_db_name** | **String** | The DB name (relevant only for DB Dynamic-Secret) | [optional] |
24
25
  | **secure_access_delay** | **Integer** | The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds | [optional] |
25
26
  | **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
26
27
  | **secure_access_host** | **Array<String>** | Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts) | [optional] |
@@ -56,6 +57,7 @@ instance = Akeyless::DynamicSecretCreateMySql.new(
56
57
  producer_encryption_key_name: null,
57
58
  secure_access_bastion_issuer: null,
58
59
  secure_access_certificate_issuer: null,
60
+ secure_access_db_name: null,
59
61
  secure_access_delay: null,
60
62
  secure_access_enable: null,
61
63
  secure_access_host: null,
@@ -19,6 +19,7 @@
19
19
  | **revocation_statement** | **String** | PostgreSQL Revocation statements | [optional] |
20
20
  | **secure_access_bastion_issuer** | **String** | Deprecated. use secure-access-certificate-issuer | [optional] |
21
21
  | **secure_access_certificate_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Secure Access | [optional] |
22
+ | **secure_access_db_name** | **String** | The DB name (relevant only for DB Dynamic-Secret) | [optional] |
22
23
  | **secure_access_db_schema** | **String** | The DB schema | [optional] |
23
24
  | **secure_access_delay** | **Integer** | The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds | [optional] |
24
25
  | **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
@@ -52,6 +53,7 @@ instance = Akeyless::DynamicSecretCreatePostgreSql.new(
52
53
  revocation_statement: null,
53
54
  secure_access_bastion_issuer: null,
54
55
  secure_access_certificate_issuer: null,
56
+ secure_access_db_name: null,
55
57
  secure_access_db_schema: null,
56
58
  secure_access_delay: null,
57
59
  secure_access_enable: null,
@@ -20,6 +20,7 @@
20
20
  | **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
21
21
  | **secure_access_bastion_issuer** | **String** | Deprecated. use secure-access-certificate-issuer | [optional] |
22
22
  | **secure_access_certificate_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Secure Access | [optional] |
23
+ | **secure_access_db_name** | **String** | The DB name (relevant only for DB Dynamic-Secret) | [optional] |
23
24
  | **secure_access_db_schema** | **String** | The DB schema | [optional] |
24
25
  | **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
25
26
  | **secure_access_host** | **Array<String>** | Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts) | [optional] |
@@ -52,6 +53,7 @@ instance = Akeyless::DynamicSecretUpdateHanaDb.new(
52
53
  producer_encryption_key_name: null,
53
54
  secure_access_bastion_issuer: null,
54
55
  secure_access_certificate_issuer: null,
56
+ secure_access_db_name: null,
55
57
  secure_access_db_schema: null,
56
58
  secure_access_enable: null,
57
59
  secure_access_host: null,
@@ -25,6 +25,7 @@
25
25
  | **producer_encryption_key_name** | **String** | Encrypt producer with following key | [optional] |
26
26
  | **secure_access_bastion_issuer** | **String** | Deprecated. use secure-access-certificate-issuer | [optional] |
27
27
  | **secure_access_certificate_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Secure Access | [optional] |
28
+ | **secure_access_db_name** | **String** | The DB name (relevant only for DB Dynamic-Secret) | [optional] |
28
29
  | **secure_access_delay** | **Integer** | The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds | [optional] |
29
30
  | **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
30
31
  | **secure_access_host** | **Array<String>** | Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts) | [optional] |
@@ -62,6 +63,7 @@ instance = Akeyless::DynamicSecretUpdateMongoDb.new(
62
63
  producer_encryption_key_name: null,
63
64
  secure_access_bastion_issuer: null,
64
65
  secure_access_certificate_issuer: null,
66
+ secure_access_db_name: null,
65
67
  secure_access_delay: null,
66
68
  secure_access_enable: null,
67
69
  secure_access_host: null,
@@ -20,6 +20,7 @@
20
20
  | **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
21
21
  | **secure_access_bastion_issuer** | **String** | Deprecated. use secure-access-certificate-issuer | [optional] |
22
22
  | **secure_access_certificate_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Secure Access | [optional] |
23
+ | **secure_access_db_name** | **String** | The DB name (relevant only for DB Dynamic-Secret) | [optional] |
23
24
  | **secure_access_db_schema** | **String** | The DB schema | [optional] |
24
25
  | **secure_access_delay** | **Integer** | The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds | [optional] |
25
26
  | **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
@@ -53,6 +54,7 @@ instance = Akeyless::DynamicSecretUpdateMsSql.new(
53
54
  producer_encryption_key_name: null,
54
55
  secure_access_bastion_issuer: null,
55
56
  secure_access_certificate_issuer: null,
57
+ secure_access_db_name: null,
56
58
  secure_access_db_schema: null,
57
59
  secure_access_delay: null,
58
60
  secure_access_enable: null,
@@ -22,6 +22,7 @@
22
22
  | **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
23
23
  | **secure_access_bastion_issuer** | **String** | Deprecated. use secure-access-certificate-issuer | [optional] |
24
24
  | **secure_access_certificate_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Secure Access | [optional] |
25
+ | **secure_access_db_name** | **String** | The DB name (relevant only for DB Dynamic-Secret) | [optional] |
25
26
  | **secure_access_delay** | **Integer** | The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds | [optional] |
26
27
  | **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
27
28
  | **secure_access_host** | **Array<String>** | Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts) | [optional] |
@@ -58,6 +59,7 @@ instance = Akeyless::DynamicSecretUpdateMySql.new(
58
59
  producer_encryption_key_name: null,
59
60
  secure_access_bastion_issuer: null,
60
61
  secure_access_certificate_issuer: null,
62
+ secure_access_db_name: null,
61
63
  secure_access_delay: null,
62
64
  secure_access_enable: null,
63
65
  secure_access_host: null,
@@ -20,6 +20,7 @@
20
20
  | **revocation_statement** | **String** | PostgreSQL Revocation statements | [optional] |
21
21
  | **secure_access_bastion_issuer** | **String** | Deprecated. use secure-access-certificate-issuer | [optional] |
22
22
  | **secure_access_certificate_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Secure Access | [optional] |
23
+ | **secure_access_db_name** | **String** | The DB name (relevant only for DB Dynamic-Secret) | [optional] |
23
24
  | **secure_access_db_schema** | **String** | The DB schema | [optional] |
24
25
  | **secure_access_delay** | **Integer** | The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds | [optional] |
25
26
  | **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
@@ -54,6 +55,7 @@ instance = Akeyless::DynamicSecretUpdatePostgreSql.new(
54
55
  revocation_statement: null,
55
56
  secure_access_bastion_issuer: null,
56
57
  secure_access_certificate_issuer: null,
58
+ secure_access_db_name: null,
57
59
  secure_access_db_schema: null,
58
60
  secure_access_delay: null,
59
61
  secure_access_enable: null,
@@ -18,6 +18,7 @@
18
18
  | **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
19
19
  | **secure_access_bastion_issuer** | **String** | Deprecated. use secure-access-certificate-issuer | [optional] |
20
20
  | **secure_access_certificate_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Secure Access | [optional] |
21
+ | **secure_access_db_name** | **String** | The DB name (relevant only for DB Dynamic-Secret) | [optional] |
21
22
  | **secure_access_db_schema** | **String** | The DB schema | [optional] |
22
23
  | **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
23
24
  | **secure_access_host** | **Array<String>** | Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts) | [optional] |
@@ -48,6 +49,7 @@ instance = Akeyless::GatewayCreateProducerHanaDb.new(
48
49
  producer_encryption_key_name: null,
49
50
  secure_access_bastion_issuer: null,
50
51
  secure_access_certificate_issuer: null,
52
+ secure_access_db_name: null,
51
53
  secure_access_db_schema: null,
52
54
  secure_access_enable: null,
53
55
  secure_access_host: null,
@@ -18,6 +18,7 @@
18
18
  | **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
19
19
  | **secure_access_bastion_issuer** | **String** | Deprecated. use secure-access-certificate-issuer | [optional] |
20
20
  | **secure_access_certificate_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Secure Access | [optional] |
21
+ | **secure_access_db_name** | **String** | The DB name (relevant only for DB Dynamic-Secret) | [optional] |
21
22
  | **secure_access_db_schema** | **String** | The DB schema | [optional] |
22
23
  | **secure_access_delay** | **Integer** | The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds | [optional] |
23
24
  | **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
@@ -49,6 +50,7 @@ instance = Akeyless::GatewayCreateProducerMSSQL.new(
49
50
  producer_encryption_key_name: null,
50
51
  secure_access_bastion_issuer: null,
51
52
  secure_access_certificate_issuer: null,
53
+ secure_access_db_name: null,
52
54
  secure_access_db_schema: null,
53
55
  secure_access_delay: null,
54
56
  secure_access_enable: null,
@@ -23,6 +23,7 @@
23
23
  | **producer_encryption_key_name** | **String** | Encrypt producer with following key | [optional] |
24
24
  | **secure_access_bastion_issuer** | **String** | Deprecated. use secure-access-certificate-issuer | [optional] |
25
25
  | **secure_access_certificate_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Secure Access | [optional] |
26
+ | **secure_access_db_name** | **String** | The DB name (relevant only for DB Dynamic-Secret) | [optional] |
26
27
  | **secure_access_delay** | **Integer** | The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds | [optional] |
27
28
  | **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
28
29
  | **secure_access_host** | **Array<String>** | Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts) | [optional] |
@@ -58,6 +59,7 @@ instance = Akeyless::GatewayCreateProducerMongo.new(
58
59
  producer_encryption_key_name: null,
59
60
  secure_access_bastion_issuer: null,
60
61
  secure_access_certificate_issuer: null,
62
+ secure_access_db_name: null,
61
63
  secure_access_delay: null,
62
64
  secure_access_enable: null,
63
65
  secure_access_host: null,
@@ -20,6 +20,7 @@
20
20
  | **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
21
21
  | **secure_access_bastion_issuer** | **String** | Deprecated. use secure-access-certificate-issuer | [optional] |
22
22
  | **secure_access_certificate_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Secure Access | [optional] |
23
+ | **secure_access_db_name** | **String** | The DB name (relevant only for DB Dynamic-Secret) | [optional] |
23
24
  | **secure_access_delay** | **Integer** | The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds | [optional] |
24
25
  | **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
25
26
  | **secure_access_host** | **Array<String>** | Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts) | [optional] |
@@ -54,6 +55,7 @@ instance = Akeyless::GatewayCreateProducerMySQL.new(
54
55
  producer_encryption_key_name: null,
55
56
  secure_access_bastion_issuer: null,
56
57
  secure_access_certificate_issuer: null,
58
+ secure_access_db_name: null,
57
59
  secure_access_delay: null,
58
60
  secure_access_enable: null,
59
61
  secure_access_host: null,
@@ -18,6 +18,7 @@
18
18
  | **revocation_statement** | **String** | PostgreSQL Revocation statements | [optional] |
19
19
  | **secure_access_bastion_issuer** | **String** | Deprecated. use secure-access-certificate-issuer | [optional] |
20
20
  | **secure_access_certificate_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Secure Access | [optional] |
21
+ | **secure_access_db_name** | **String** | The DB name (relevant only for DB Dynamic-Secret) | [optional] |
21
22
  | **secure_access_db_schema** | **String** | The DB schema | [optional] |
22
23
  | **secure_access_delay** | **Integer** | The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds | [optional] |
23
24
  | **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
@@ -50,6 +51,7 @@ instance = Akeyless::GatewayCreateProducerPostgreSQL.new(
50
51
  revocation_statement: null,
51
52
  secure_access_bastion_issuer: null,
52
53
  secure_access_certificate_issuer: null,
54
+ secure_access_db_name: null,
53
55
  secure_access_db_schema: null,
54
56
  secure_access_delay: null,
55
57
  secure_access_enable: null,
@@ -19,6 +19,7 @@
19
19
  | **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
20
20
  | **secure_access_bastion_issuer** | **String** | Deprecated. use secure-access-certificate-issuer | [optional] |
21
21
  | **secure_access_certificate_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Secure Access | [optional] |
22
+ | **secure_access_db_name** | **String** | The DB name (relevant only for DB Dynamic-Secret) | [optional] |
22
23
  | **secure_access_db_schema** | **String** | The DB schema | [optional] |
23
24
  | **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
24
25
  | **secure_access_host** | **Array<String>** | Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts) | [optional] |
@@ -50,6 +51,7 @@ instance = Akeyless::GatewayUpdateProducerHanaDb.new(
50
51
  producer_encryption_key_name: null,
51
52
  secure_access_bastion_issuer: null,
52
53
  secure_access_certificate_issuer: null,
54
+ secure_access_db_name: null,
53
55
  secure_access_db_schema: null,
54
56
  secure_access_enable: null,
55
57
  secure_access_host: null,
@@ -19,6 +19,7 @@
19
19
  | **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
20
20
  | **secure_access_bastion_issuer** | **String** | Deprecated. use secure-access-certificate-issuer | [optional] |
21
21
  | **secure_access_certificate_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Secure Access | [optional] |
22
+ | **secure_access_db_name** | **String** | The DB name (relevant only for DB Dynamic-Secret) | [optional] |
22
23
  | **secure_access_db_schema** | **String** | The DB schema | [optional] |
23
24
  | **secure_access_delay** | **Integer** | The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds | [optional] |
24
25
  | **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
@@ -51,6 +52,7 @@ instance = Akeyless::GatewayUpdateProducerMSSQL.new(
51
52
  producer_encryption_key_name: null,
52
53
  secure_access_bastion_issuer: null,
53
54
  secure_access_certificate_issuer: null,
55
+ secure_access_db_name: null,
54
56
  secure_access_db_schema: null,
55
57
  secure_access_delay: null,
56
58
  secure_access_enable: null,
@@ -24,6 +24,7 @@
24
24
  | **producer_encryption_key_name** | **String** | Encrypt producer with following key | [optional] |
25
25
  | **secure_access_bastion_issuer** | **String** | Deprecated. use secure-access-certificate-issuer | [optional] |
26
26
  | **secure_access_certificate_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Secure Access | [optional] |
27
+ | **secure_access_db_name** | **String** | The DB name (relevant only for DB Dynamic-Secret) | [optional] |
27
28
  | **secure_access_delay** | **Integer** | The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds | [optional] |
28
29
  | **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
29
30
  | **secure_access_host** | **Array<String>** | Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts) | [optional] |
@@ -60,6 +61,7 @@ instance = Akeyless::GatewayUpdateProducerMongo.new(
60
61
  producer_encryption_key_name: null,
61
62
  secure_access_bastion_issuer: null,
62
63
  secure_access_certificate_issuer: null,
64
+ secure_access_db_name: null,
63
65
  secure_access_delay: null,
64
66
  secure_access_enable: null,
65
67
  secure_access_host: null,
@@ -21,6 +21,7 @@
21
21
  | **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
22
22
  | **secure_access_bastion_issuer** | **String** | Deprecated. use secure-access-certificate-issuer | [optional] |
23
23
  | **secure_access_certificate_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Secure Access | [optional] |
24
+ | **secure_access_db_name** | **String** | The DB name (relevant only for DB Dynamic-Secret) | [optional] |
24
25
  | **secure_access_delay** | **Integer** | The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds | [optional] |
25
26
  | **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
26
27
  | **secure_access_host** | **Array<String>** | Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts) | [optional] |
@@ -56,6 +57,7 @@ instance = Akeyless::GatewayUpdateProducerMySQL.new(
56
57
  producer_encryption_key_name: null,
57
58
  secure_access_bastion_issuer: null,
58
59
  secure_access_certificate_issuer: null,
60
+ secure_access_db_name: null,
59
61
  secure_access_delay: null,
60
62
  secure_access_enable: null,
61
63
  secure_access_host: null,
@@ -19,6 +19,7 @@
19
19
  | **revocation_statement** | **String** | PostgreSQL Revocation statements | [optional] |
20
20
  | **secure_access_bastion_issuer** | **String** | Deprecated. use secure-access-certificate-issuer | [optional] |
21
21
  | **secure_access_certificate_issuer** | **String** | Path to the SSH Certificate Issuer for your Akeyless Secure Access | [optional] |
22
+ | **secure_access_db_name** | **String** | The DB name (relevant only for DB Dynamic-Secret) | [optional] |
22
23
  | **secure_access_db_schema** | **String** | The DB schema | [optional] |
23
24
  | **secure_access_delay** | **Integer** | The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds | [optional] |
24
25
  | **secure_access_enable** | **String** | Enable/Disable secure remote access [true/false] | [optional] |
@@ -52,6 +53,7 @@ instance = Akeyless::GatewayUpdateProducerPostgreSQL.new(
52
53
  revocation_statement: null,
53
54
  secure_access_bastion_issuer: null,
54
55
  secure_access_certificate_issuer: null,
56
+ secure_access_db_name: null,
55
57
  secure_access_db_schema: null,
56
58
  secure_access_delay: null,
57
59
  secure_access_enable: null,
@@ -8,6 +8,7 @@
8
8
  | **gcp_service_account_key** | **String** | | [optional] |
9
9
  | **gcp_service_account_key_base64** | **String** | | [optional] |
10
10
  | **gcp_service_account_key_id** | **String** | | [optional] |
11
+ | **grace_rotated_secret_key** | **String** | | [optional] |
11
12
  | **use_gw_cloud_identity** | **Boolean** | | [optional] |
12
13
 
13
14
  ## Example
@@ -20,6 +21,7 @@ instance = Akeyless::GcpTargetDetails.new(
20
21
  gcp_service_account_key: null,
21
22
  gcp_service_account_key_base64: null,
22
23
  gcp_service_account_key_id: null,
24
+ grace_rotated_secret_key: null,
23
25
  use_gw_cloud_identity: null
24
26
  )
25
27
  ```
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **assoc_id** | **String** | | [optional] |
8
- | **attributes** | [**RemoteSecretInfo**](RemoteSecretInfo.md) | | [optional] |
8
+ | **attributes** | [**UscSyncInfo**](UscSyncInfo.md) | | [optional] |
9
9
  | **item_id** | **Integer** | | [optional] |
10
10
  | **item_name** | **String** | | [optional] |
11
11
  | **item_type** | **String** | | [optional] |
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **folders** | **Array<String>** | | [optional] |
8
+ | **has_next** | **Boolean** | | [optional] |
8
9
  | **items** | [**Array<Item>**](Item.md) | | [optional] |
9
10
  | **next_page** | **String** | | [optional] |
10
11
 
@@ -15,6 +16,7 @@ require 'akeyless'
15
16
 
16
17
  instance = Akeyless::ListItemsInPathOutput.new(
17
18
  folders: null,
19
+ has_next: null,
18
20
  items: null,
19
21
  next_page: null
20
22
  )
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **has_next** | **Boolean** | | [optional] |
7
8
  | **items** | [**Array<Item>**](Item.md) | | [optional] |
8
9
  | **next_page** | **String** | | [optional] |
9
10
 
@@ -13,6 +14,7 @@
13
14
  require 'akeyless'
14
15
 
15
16
  instance = Akeyless::ListItemsOutput.new(
17
+ has_next: null,
16
18
  items: null,
17
19
  next_page: null
18
20
  )
@@ -0,0 +1,20 @@
1
+ # Akeyless::NullString
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **string** | **String** | | [optional] |
8
+ | **valid** | **Boolean** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'akeyless'
14
+
15
+ instance = Akeyless::NullString.new(
16
+ string: null,
17
+ valid: null
18
+ )
19
+ ```
20
+
@@ -11,7 +11,9 @@
11
11
  | **aws_region** | **String** | Aws Region | [optional][default to 'us-east-2'] |
12
12
  | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
13
13
  | **description** | **String** | Description of the object | [optional] |
14
- | **grace_rotation** | **String** | Create a new access key without deleting the old key from AWS for backup (relevant only for AWS) [true/false] | [optional] |
14
+ | **grace_rotation** | **String** | Create a new access key without deleting the old key from AWS/Azure/GCP for backup (relevant only for AWS/Azure/GCP) [true/false] | [optional] |
15
+ | **grace_rotation_hour** | **Integer** | The Hour of the grace rotation in UTC | [optional] |
16
+ | **grace_rotation_interval** | **String** | The number of days to wait before deleting the old key (must be bigger than rotation-interval) | [optional] |
15
17
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
16
18
  | **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] |
17
19
  | **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
@@ -46,6 +48,8 @@ instance = Akeyless::RotatedSecretCreateAws.new(
46
48
  delete_protection: null,
47
49
  description: null,
48
50
  grace_rotation: null,
51
+ grace_rotation_hour: null,
52
+ grace_rotation_interval: null,
49
53
  json: null,
50
54
  key: null,
51
55
  max_versions: null,
@@ -11,11 +11,17 @@
11
11
  | **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation [true/false] | [optional] |
12
12
  | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
13
13
  | **description** | **String** | Description of the object | [optional] |
14
+ | **explicitly_set_sa** | **String** | If set, explicitly provide the storage account details [true/false] | [optional][default to 'false'] |
15
+ | **grace_rotation** | **String** | Create a new access key without deleting the old key from AWS/Azure/GCP for backup (relevant only for AWS/Azure/GCP) [true/false] | [optional] |
16
+ | **grace_rotation_hour** | **Integer** | The Hour of the grace rotation in UTC | [optional] |
17
+ | **grace_rotation_interval** | **String** | The number of days to wait before deleting the old key (must be bigger than rotation-interval) | [optional] |
14
18
  | **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
15
19
  | **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] |
16
20
  | **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
17
21
  | **name** | **String** | Rotated secret name | |
18
22
  | **password_length** | **String** | The length of the password to be generated | [optional] |
23
+ | **resource_group_name** | **String** | The resource group name (only relevant when explicitly-set-sa=true) | [optional] |
24
+ | **resource_name** | **String** | The name of the storage account (only relevant when explicitly-set-sa=true) | [optional] |
19
25
  | **rotate_after_disconnect** | **String** | Rotate the value of the secret after SRA session ends [true/false] | [optional][default to 'false'] |
20
26
  | **rotation_event_in** | **Array<String>** | How many days before the rotation of the item would you like to be notified | [optional] |
21
27
  | **rotation_hour** | **Integer** | The Hour of the rotation in UTC | [optional] |
@@ -47,11 +53,17 @@ instance = Akeyless::RotatedSecretCreateAzure.new(
47
53
  auto_rotate: null,
48
54
  delete_protection: null,
49
55
  description: null,
56
+ explicitly_set_sa: null,
57
+ grace_rotation: null,
58
+ grace_rotation_hour: null,
59
+ grace_rotation_interval: null,
50
60
  json: null,
51
61
  key: null,
52
62
  max_versions: null,
53
63
  name: null,
54
64
  password_length: null,
65
+ resource_group_name: null,
66
+ resource_name: null,
55
67
  rotate_after_disconnect: null,
56
68
  rotation_event_in: null,
57
69
  rotation_hour: null,