akeyless 5.0.13 → 5.0.16
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.
- checksums.yaml +4 -4
- data/README.md +17 -1
- data/docs/AccountGeneralSettings.md +2 -0
- data/docs/ActiveDirectoryPayload.md +2 -0
- data/docs/AllowedClientType.md +20 -0
- data/docs/AuthMethodAccessInfo.md +2 -0
- data/docs/AuthMethodCreateApiKey.md +2 -0
- data/docs/AuthMethodCreateAwsIam.md +2 -0
- data/docs/AuthMethodCreateAzureAD.md +2 -0
- data/docs/AuthMethodCreateCert.md +2 -0
- data/docs/AuthMethodCreateEmail.md +2 -0
- data/docs/AuthMethodCreateGcp.md +2 -0
- data/docs/AuthMethodCreateK8s.md +2 -0
- data/docs/AuthMethodCreateKerberos.md +2 -0
- data/docs/AuthMethodCreateLdap.md +2 -0
- data/docs/AuthMethodCreateOCI.md +2 -0
- data/docs/AuthMethodCreateOIDC.md +2 -0
- data/docs/AuthMethodCreateOauth2.md +2 -0
- data/docs/AuthMethodCreateSAML.md +2 -0
- data/docs/AuthMethodCreateUniversalIdentity.md +2 -0
- data/docs/AuthMethodUpdateApiKey.md +2 -0
- data/docs/AuthMethodUpdateAwsIam.md +2 -0
- data/docs/AuthMethodUpdateAzureAD.md +2 -0
- data/docs/AuthMethodUpdateCert.md +2 -0
- data/docs/AuthMethodUpdateEmail.md +2 -0
- data/docs/AuthMethodUpdateGcp.md +2 -0
- data/docs/AuthMethodUpdateK8s.md +2 -0
- data/docs/AuthMethodUpdateKerberos.md +2 -0
- data/docs/AuthMethodUpdateLdap.md +2 -0
- data/docs/AuthMethodUpdateOCI.md +2 -0
- data/docs/AuthMethodUpdateOIDC.md +2 -0
- data/docs/AuthMethodUpdateOauth2.md +2 -0
- data/docs/AuthMethodUpdateSAML.md +2 -0
- data/docs/AuthMethodUpdateUniversalIdentity.md +2 -0
- data/docs/BastionGlobalConf.md +4 -0
- data/docs/CreateAuthMethod.md +2 -0
- data/docs/CreateAuthMethodAWSIAM.md +2 -0
- data/docs/CreateAuthMethodAzureAD.md +2 -0
- data/docs/CreateAuthMethodCert.md +2 -0
- data/docs/CreateAuthMethodEmail.md +2 -0
- data/docs/CreateAuthMethodGCP.md +2 -0
- data/docs/CreateAuthMethodHuawei.md +2 -0
- data/docs/CreateAuthMethodK8S.md +2 -0
- data/docs/CreateAuthMethodLDAP.md +2 -0
- data/docs/CreateAuthMethodOAuth2.md +2 -0
- data/docs/CreateAuthMethodOCI.md +2 -0
- data/docs/CreateAuthMethodOIDC.md +2 -0
- data/docs/CreateAuthMethodSAML.md +2 -0
- data/docs/CreateAuthMethodUniversalIdentity.md +2 -0
- data/docs/CreateESM.md +2 -0
- data/docs/CreatePKICertIssuer.md +6 -0
- data/docs/CreateRole.md +2 -0
- data/docs/CreateUSC.md +2 -0
- data/docs/DSProducerDetails.md +10 -0
- data/docs/DecryptWithClassicKey.md +2 -0
- data/docs/DynamicSecretCreateGcp.md +23 -5
- data/docs/DynamicSecretCreateGoogleWorkspace.md +2 -0
- data/docs/DynamicSecretCreateMongoDb.md +2 -0
- data/docs/DynamicSecretCreateMsSql.md +2 -0
- data/docs/DynamicSecretGetValue.md +2 -0
- data/docs/DynamicSecretUpdateGcp.md +23 -5
- data/docs/DynamicSecretUpdateGoogleWorkspace.md +2 -0
- data/docs/DynamicSecretUpdateMongoDb.md +2 -0
- data/docs/DynamicSecretUpdateMsSql.md +2 -0
- data/docs/EncryptWithClassicKey.md +2 -0
- data/docs/EventForwarderGetOutput.md +3 -1
- data/docs/FolderCreate.md +34 -0
- data/docs/FolderCreateOutput.md +18 -0
- data/docs/FolderDelete.md +28 -0
- data/docs/FolderGet.md +28 -0
- data/docs/FolderGetOutput.md +18 -0
- data/docs/FolderUpdate.md +36 -0
- data/docs/GatewayCreateMigration.md +2 -0
- data/docs/GatewayCreateProducerGcp.md +23 -5
- data/docs/GatewayCreateProducerMSSQL.md +2 -0
- data/docs/GatewayCreateProducerMongo.md +2 -0
- data/docs/GatewayUpdateMigration.md +2 -0
- data/docs/GatewayUpdateProducerGcp.md +23 -5
- data/docs/GatewayUpdateProducerMSSQL.md +2 -0
- data/docs/GatewayUpdateProducerMongo.md +2 -0
- data/docs/GatewayUpdateRemoteAccess.md +4 -0
- data/docs/GetDynamicSecretValue.md +2 -0
- data/docs/GetFolderOutput.md +36 -0
- data/docs/NotiForwarderDetailsInput.md +28 -0
- data/docs/PKICertificateIssueDetails.md +6 -0
- data/docs/RotatedSecretCreateSsh.md +4 -0
- data/docs/RotatedSecretDeleteSync.md +2 -0
- data/docs/RotatedSecretDetailsInfo.md +4 -0
- data/docs/RotatedSecretUpdateSsh.md +4 -0
- data/docs/SlackNotiForwarderDetails.md +18 -0
- data/docs/StaticSecretDeleteSync.md +2 -0
- data/docs/TeamsNotiForwarderDetails.md +18 -0
- data/docs/UpdateAccountSettings.md +4 -0
- data/docs/UpdateAuthMethod.md +2 -0
- data/docs/UpdateAuthMethodAWSIAM.md +2 -0
- data/docs/UpdateAuthMethodAzureAD.md +2 -0
- data/docs/UpdateAuthMethodCert.md +2 -0
- data/docs/UpdateAuthMethodGCP.md +2 -0
- data/docs/UpdateAuthMethodK8S.md +2 -0
- data/docs/UpdateAuthMethodLDAP.md +2 -0
- data/docs/UpdateAuthMethodOAuth2.md +2 -0
- data/docs/UpdateAuthMethodOCI.md +2 -0
- data/docs/UpdateAuthMethodOIDC.md +2 -0
- data/docs/UpdateAuthMethodSAML.md +2 -0
- data/docs/UpdateAuthMethodUniversalIdentity.md +2 -0
- data/docs/UpdatePKICertIssuer.md +6 -0
- data/docs/V2Api.md +256 -4
- data/docs/WebhookNotiForwarderDetails.md +26 -0
- data/docs/WindowsServiceAttributes.md +4 -0
- data/lib/akeyless/api/v2_api.rb +256 -0
- data/lib/akeyless/models/account_general_settings.rb +10 -1
- data/lib/akeyless/models/active_directory_payload.rb +10 -1
- data/lib/akeyless/models/allowed_client_type.rb +225 -0
- data/lib/akeyless/models/auth_method_access_info.rb +12 -1
- data/lib/akeyless/models/auth_method_create_api_key.rb +12 -1
- data/lib/akeyless/models/auth_method_create_aws_iam.rb +12 -1
- data/lib/akeyless/models/auth_method_create_azure_ad.rb +12 -1
- data/lib/akeyless/models/auth_method_create_cert.rb +12 -1
- data/lib/akeyless/models/auth_method_create_email.rb +12 -1
- data/lib/akeyless/models/auth_method_create_gcp.rb +12 -1
- data/lib/akeyless/models/auth_method_create_k8s.rb +12 -1
- data/lib/akeyless/models/auth_method_create_kerberos.rb +12 -1
- data/lib/akeyless/models/auth_method_create_ldap.rb +12 -1
- data/lib/akeyless/models/auth_method_create_oauth2.rb +12 -1
- data/lib/akeyless/models/auth_method_create_oci.rb +12 -1
- data/lib/akeyless/models/auth_method_create_oidc.rb +12 -1
- data/lib/akeyless/models/auth_method_create_saml.rb +12 -1
- data/lib/akeyless/models/auth_method_create_universal_identity.rb +12 -1
- data/lib/akeyless/models/auth_method_update_api_key.rb +12 -1
- data/lib/akeyless/models/auth_method_update_aws_iam.rb +12 -1
- data/lib/akeyless/models/auth_method_update_azure_ad.rb +12 -1
- data/lib/akeyless/models/auth_method_update_cert.rb +12 -1
- data/lib/akeyless/models/auth_method_update_email.rb +12 -1
- data/lib/akeyless/models/auth_method_update_gcp.rb +12 -1
- data/lib/akeyless/models/auth_method_update_k8s.rb +12 -1
- data/lib/akeyless/models/auth_method_update_kerberos.rb +12 -1
- data/lib/akeyless/models/auth_method_update_ldap.rb +12 -1
- data/lib/akeyless/models/auth_method_update_oauth2.rb +12 -1
- data/lib/akeyless/models/auth_method_update_oci.rb +12 -1
- data/lib/akeyless/models/auth_method_update_oidc.rb +12 -1
- data/lib/akeyless/models/auth_method_update_saml.rb +12 -1
- data/lib/akeyless/models/auth_method_update_universal_identity.rb +12 -1
- data/lib/akeyless/models/bastion_global_conf.rb +19 -1
- data/lib/akeyless/models/create_auth_method.rb +12 -1
- data/lib/akeyless/models/create_auth_method_awsiam.rb +12 -1
- data/lib/akeyless/models/create_auth_method_azure_ad.rb +12 -1
- data/lib/akeyless/models/create_auth_method_cert.rb +12 -1
- data/lib/akeyless/models/create_auth_method_email.rb +12 -1
- data/lib/akeyless/models/create_auth_method_gcp.rb +12 -1
- data/lib/akeyless/models/create_auth_method_huawei.rb +12 -1
- data/lib/akeyless/models/create_auth_method_k8_s.rb +12 -1
- data/lib/akeyless/models/create_auth_method_ldap.rb +12 -1
- data/lib/akeyless/models/create_auth_method_o_auth2.rb +12 -1
- data/lib/akeyless/models/create_auth_method_oci.rb +12 -1
- data/lib/akeyless/models/create_auth_method_oidc.rb +12 -1
- data/lib/akeyless/models/create_auth_method_saml.rb +12 -1
- data/lib/akeyless/models/create_auth_method_universal_identity.rb +12 -1
- data/lib/akeyless/models/create_esm.rb +11 -1
- data/lib/akeyless/models/create_pki_cert_issuer.rb +28 -1
- data/lib/akeyless/models/create_role.rb +13 -1
- data/lib/akeyless/models/create_usc.rb +11 -1
- data/lib/akeyless/models/decrypt_with_classic_key.rb +13 -1
- data/lib/akeyless/models/ds_producer_details.rb +47 -1
- data/lib/akeyless/models/dynamic_secret_create_gcp.rb +101 -11
- data/lib/akeyless/models/dynamic_secret_create_google_workspace.rb +11 -1
- data/lib/akeyless/models/dynamic_secret_create_mongo_db.rb +11 -1
- data/lib/akeyless/models/dynamic_secret_create_ms_sql.rb +11 -1
- data/lib/akeyless/models/dynamic_secret_get_value.rb +11 -1
- data/lib/akeyless/models/dynamic_secret_update_gcp.rb +101 -11
- data/lib/akeyless/models/dynamic_secret_update_google_workspace.rb +11 -1
- data/lib/akeyless/models/dynamic_secret_update_mongo_db.rb +11 -1
- data/lib/akeyless/models/dynamic_secret_update_ms_sql.rb +11 -1
- data/lib/akeyless/models/encrypt_with_classic_key.rb +13 -1
- data/lib/akeyless/models/event_forwarder_get_output.rb +13 -4
- data/lib/akeyless/models/folder_create.rb +308 -0
- data/lib/akeyless/models/folder_create_output.rb +214 -0
- data/lib/akeyless/models/folder_delete.rb +276 -0
- data/lib/akeyless/models/folder_get.rb +276 -0
- data/lib/akeyless/models/folder_get_output.rb +214 -0
- data/lib/akeyless/models/folder_update.rb +320 -0
- data/lib/akeyless/models/gateway_create_migration.rb +13 -1
- data/lib/akeyless/models/gateway_create_producer_gcp.rb +101 -11
- data/lib/akeyless/models/gateway_create_producer_mongo.rb +11 -1
- data/lib/akeyless/models/gateway_create_producer_mssql.rb +11 -1
- data/lib/akeyless/models/gateway_update_migration.rb +13 -1
- data/lib/akeyless/models/gateway_update_producer_gcp.rb +101 -11
- data/lib/akeyless/models/gateway_update_producer_mongo.rb +11 -1
- data/lib/akeyless/models/gateway_update_producer_mssql.rb +11 -1
- data/lib/akeyless/models/gateway_update_remote_access.rb +25 -1
- data/lib/akeyless/models/get_dynamic_secret_value.rb +11 -1
- data/lib/akeyless/models/get_folder_output.rb +298 -0
- data/lib/akeyless/models/noti_forwarder_details_input.rb +261 -0
- data/lib/akeyless/models/pki_certificate_issue_details.rb +31 -1
- data/lib/akeyless/models/rotated_secret_create_ssh.rb +21 -1
- data/lib/akeyless/models/rotated_secret_delete_sync.rb +11 -1
- data/lib/akeyless/models/rotated_secret_details_info.rb +21 -1
- data/lib/akeyless/models/rotated_secret_update_ssh.rb +21 -1
- data/lib/akeyless/models/slack_noti_forwarder_details.rb +214 -0
- data/lib/akeyless/models/static_secret_delete_sync.rb +11 -1
- data/lib/akeyless/models/teams_noti_forwarder_details.rb +214 -0
- data/lib/akeyless/models/update_account_settings.rb +21 -1
- data/lib/akeyless/models/update_auth_method.rb +12 -1
- data/lib/akeyless/models/update_auth_method_awsiam.rb +12 -1
- data/lib/akeyless/models/update_auth_method_azure_ad.rb +12 -1
- data/lib/akeyless/models/update_auth_method_cert.rb +12 -1
- data/lib/akeyless/models/update_auth_method_gcp.rb +12 -1
- data/lib/akeyless/models/update_auth_method_k8_s.rb +12 -1
- data/lib/akeyless/models/update_auth_method_ldap.rb +12 -1
- data/lib/akeyless/models/update_auth_method_o_auth2.rb +12 -1
- data/lib/akeyless/models/update_auth_method_oci.rb +12 -1
- data/lib/akeyless/models/update_auth_method_oidc.rb +12 -1
- data/lib/akeyless/models/update_auth_method_saml.rb +12 -1
- data/lib/akeyless/models/update_auth_method_universal_identity.rb +12 -1
- data/lib/akeyless/models/update_pki_cert_issuer.rb +28 -1
- data/lib/akeyless/models/webhook_noti_forwarder_details.rb +253 -0
- data/lib/akeyless/models/windows_service_attributes.rb +21 -1
- data/lib/akeyless/version.rb +1 -1
- data/lib/akeyless.rb +12 -0
- data/spec/models/allowed_client_type_spec.rb +42 -0
- data/spec/models/folder_create_output_spec.rb +36 -0
- data/spec/models/folder_create_spec.rb +84 -0
- data/spec/models/folder_delete_spec.rb +66 -0
- data/spec/models/folder_get_output_spec.rb +36 -0
- data/spec/models/folder_get_spec.rb +66 -0
- data/spec/models/folder_update_spec.rb +90 -0
- data/spec/models/get_folder_output_spec.rb +90 -0
- data/spec/models/noti_forwarder_details_input_spec.rb +66 -0
- data/spec/models/slack_noti_forwarder_details_spec.rb +36 -0
- data/spec/models/teams_noti_forwarder_details_spec.rb +36 -0
- data/spec/models/webhook_noti_forwarder_details_spec.rb +60 -0
- metadata +49 -1
|
@@ -19,6 +19,8 @@ module Akeyless
|
|
|
19
19
|
# Access expiration date in Unix timestamp (select 0 for access without expiry date)
|
|
20
20
|
attr_accessor :access_expires
|
|
21
21
|
|
|
22
|
+
attr_accessor :allowed_client_type
|
|
23
|
+
|
|
22
24
|
# Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
|
|
23
25
|
attr_accessor :audit_logs_claims
|
|
24
26
|
|
|
@@ -71,6 +73,7 @@ module Akeyless
|
|
|
71
73
|
def self.attribute_map
|
|
72
74
|
{
|
|
73
75
|
:'access_expires' => :'access-expires',
|
|
76
|
+
:'allowed_client_type' => :'allowed-client-type',
|
|
74
77
|
:'audit_logs_claims' => :'audit-logs-claims',
|
|
75
78
|
:'bound_ips' => :'bound-ips',
|
|
76
79
|
:'delete_protection' => :'delete_protection',
|
|
@@ -99,6 +102,7 @@ module Akeyless
|
|
|
99
102
|
def self.openapi_types
|
|
100
103
|
{
|
|
101
104
|
:'access_expires' => :'Integer',
|
|
105
|
+
:'allowed_client_type' => :'Array<String>',
|
|
102
106
|
:'audit_logs_claims' => :'Array<String>',
|
|
103
107
|
:'bound_ips' => :'Array<String>',
|
|
104
108
|
:'delete_protection' => :'String',
|
|
@@ -145,6 +149,12 @@ module Akeyless
|
|
|
145
149
|
self.access_expires = 0
|
|
146
150
|
end
|
|
147
151
|
|
|
152
|
+
if attributes.key?(:'allowed_client_type')
|
|
153
|
+
if (value = attributes[:'allowed_client_type']).is_a?(Array)
|
|
154
|
+
self.allowed_client_type = value
|
|
155
|
+
end
|
|
156
|
+
end
|
|
157
|
+
|
|
148
158
|
if attributes.key?(:'audit_logs_claims')
|
|
149
159
|
if (value = attributes[:'audit_logs_claims']).is_a?(Array)
|
|
150
160
|
self.audit_logs_claims = value
|
|
@@ -254,6 +264,7 @@ module Akeyless
|
|
|
254
264
|
return true if self.equal?(o)
|
|
255
265
|
self.class == o.class &&
|
|
256
266
|
access_expires == o.access_expires &&
|
|
267
|
+
allowed_client_type == o.allowed_client_type &&
|
|
257
268
|
audit_logs_claims == o.audit_logs_claims &&
|
|
258
269
|
bound_ips == o.bound_ips &&
|
|
259
270
|
delete_protection == o.delete_protection &&
|
|
@@ -281,7 +292,7 @@ module Akeyless
|
|
|
281
292
|
# Calculates hash code according to all attributes.
|
|
282
293
|
# @return [Integer] Hash code
|
|
283
294
|
def hash
|
|
284
|
-
[access_expires, audit_logs_claims, bound_ips, delete_protection, deny_inheritance, deny_rotate, description, expiration_event_in, force_sub_claims, gw_bound_ips, json, jwt_ttl, name, product_type, token, ttl, uid_token].hash
|
|
295
|
+
[access_expires, allowed_client_type, audit_logs_claims, bound_ips, delete_protection, deny_inheritance, deny_rotate, description, expiration_event_in, force_sub_claims, gw_bound_ips, json, jwt_ttl, name, product_type, token, ttl, uid_token].hash
|
|
285
296
|
end
|
|
286
297
|
|
|
287
298
|
# Builds the object from hash
|
|
@@ -25,6 +25,9 @@ module Akeyless
|
|
|
25
25
|
# Description of the External Secrets Manager
|
|
26
26
|
attr_accessor :description
|
|
27
27
|
|
|
28
|
+
# GCP Project ID (Relevant only for GCP targets)
|
|
29
|
+
attr_accessor :gcp_project_id
|
|
30
|
+
|
|
28
31
|
# Set output format to JSON
|
|
29
32
|
attr_accessor :json
|
|
30
33
|
|
|
@@ -52,6 +55,7 @@ module Akeyless
|
|
|
52
55
|
:'azure_kv_name' => :'azure-kv-name',
|
|
53
56
|
:'delete_protection' => :'delete_protection',
|
|
54
57
|
:'description' => :'description',
|
|
58
|
+
:'gcp_project_id' => :'gcp-project-id',
|
|
55
59
|
:'json' => :'json',
|
|
56
60
|
:'k8s_namespace' => :'k8s-namespace',
|
|
57
61
|
:'name' => :'name',
|
|
@@ -73,6 +77,7 @@ module Akeyless
|
|
|
73
77
|
:'azure_kv_name' => :'String',
|
|
74
78
|
:'delete_protection' => :'String',
|
|
75
79
|
:'description' => :'String',
|
|
80
|
+
:'gcp_project_id' => :'String',
|
|
76
81
|
:'json' => :'Boolean',
|
|
77
82
|
:'k8s_namespace' => :'String',
|
|
78
83
|
:'name' => :'String',
|
|
@@ -116,6 +121,10 @@ module Akeyless
|
|
|
116
121
|
self.description = attributes[:'description']
|
|
117
122
|
end
|
|
118
123
|
|
|
124
|
+
if attributes.key?(:'gcp_project_id')
|
|
125
|
+
self.gcp_project_id = attributes[:'gcp_project_id']
|
|
126
|
+
end
|
|
127
|
+
|
|
119
128
|
if attributes.key?(:'json')
|
|
120
129
|
self.json = attributes[:'json']
|
|
121
130
|
else
|
|
@@ -186,6 +195,7 @@ module Akeyless
|
|
|
186
195
|
azure_kv_name == o.azure_kv_name &&
|
|
187
196
|
delete_protection == o.delete_protection &&
|
|
188
197
|
description == o.description &&
|
|
198
|
+
gcp_project_id == o.gcp_project_id &&
|
|
189
199
|
json == o.json &&
|
|
190
200
|
k8s_namespace == o.k8s_namespace &&
|
|
191
201
|
name == o.name &&
|
|
@@ -204,7 +214,7 @@ module Akeyless
|
|
|
204
214
|
# Calculates hash code according to all attributes.
|
|
205
215
|
# @return [Integer] Hash code
|
|
206
216
|
def hash
|
|
207
|
-
[azure_kv_name, delete_protection, description, json, k8s_namespace, name, tags, target_to_associate, token, uid_token].hash
|
|
217
|
+
[azure_kv_name, delete_protection, description, gcp_project_id, json, k8s_namespace, name, tags, target_to_associate, token, uid_token].hash
|
|
208
218
|
end
|
|
209
219
|
|
|
210
220
|
# Builds the object from hash
|
|
@@ -54,9 +54,13 @@ module Akeyless
|
|
|
54
54
|
# Set this to allow the issuer will expose a CRL endpoint in the Gateway
|
|
55
55
|
attr_accessor :create_private_crl
|
|
56
56
|
|
|
57
|
+
attr_accessor :create_private_ocsp
|
|
58
|
+
|
|
57
59
|
# Set this to allow the cert issuer will expose a public CRL endpoint
|
|
58
60
|
attr_accessor :create_public_crl
|
|
59
61
|
|
|
62
|
+
attr_accessor :create_public_ocsp
|
|
63
|
+
|
|
60
64
|
# Mark key usage as critical [true/false]
|
|
61
65
|
attr_accessor :critical_key_usage
|
|
62
66
|
|
|
@@ -111,6 +115,8 @@ module Akeyless
|
|
|
111
115
|
# If set, clients can request certificates without a CN
|
|
112
116
|
attr_accessor :not_require_cn
|
|
113
117
|
|
|
118
|
+
attr_accessor :ocsp_ttl
|
|
119
|
+
|
|
114
120
|
# A comma-separated list of organizational units (OU) that will be set in the issued certificate
|
|
115
121
|
attr_accessor :organizational_units
|
|
116
122
|
|
|
@@ -166,7 +172,9 @@ module Akeyless
|
|
|
166
172
|
:'code_signing_flag' => :'code-signing-flag',
|
|
167
173
|
:'country' => :'country',
|
|
168
174
|
:'create_private_crl' => :'create-private-crl',
|
|
175
|
+
:'create_private_ocsp' => :'create-private-ocsp',
|
|
169
176
|
:'create_public_crl' => :'create-public-crl',
|
|
177
|
+
:'create_public_ocsp' => :'create-public-ocsp',
|
|
170
178
|
:'critical_key_usage' => :'critical-key-usage',
|
|
171
179
|
:'delete_protection' => :'delete_protection',
|
|
172
180
|
:'description' => :'description',
|
|
@@ -185,6 +193,7 @@ module Akeyless
|
|
|
185
193
|
:'name' => :'name',
|
|
186
194
|
:'not_enforce_hostnames' => :'not-enforce-hostnames',
|
|
187
195
|
:'not_require_cn' => :'not-require-cn',
|
|
196
|
+
:'ocsp_ttl' => :'ocsp-ttl',
|
|
188
197
|
:'organizational_units' => :'organizational-units',
|
|
189
198
|
:'organizations' => :'organizations',
|
|
190
199
|
:'postal_code' => :'postal-code',
|
|
@@ -222,7 +231,9 @@ module Akeyless
|
|
|
222
231
|
:'code_signing_flag' => :'Boolean',
|
|
223
232
|
:'country' => :'String',
|
|
224
233
|
:'create_private_crl' => :'Boolean',
|
|
234
|
+
:'create_private_ocsp' => :'Boolean',
|
|
225
235
|
:'create_public_crl' => :'Boolean',
|
|
236
|
+
:'create_public_ocsp' => :'Boolean',
|
|
226
237
|
:'critical_key_usage' => :'String',
|
|
227
238
|
:'delete_protection' => :'String',
|
|
228
239
|
:'description' => :'String',
|
|
@@ -241,6 +252,7 @@ module Akeyless
|
|
|
241
252
|
:'name' => :'String',
|
|
242
253
|
:'not_enforce_hostnames' => :'Boolean',
|
|
243
254
|
:'not_require_cn' => :'Boolean',
|
|
255
|
+
:'ocsp_ttl' => :'String',
|
|
244
256
|
:'organizational_units' => :'String',
|
|
245
257
|
:'organizations' => :'String',
|
|
246
258
|
:'postal_code' => :'String',
|
|
@@ -330,10 +342,18 @@ module Akeyless
|
|
|
330
342
|
self.create_private_crl = attributes[:'create_private_crl']
|
|
331
343
|
end
|
|
332
344
|
|
|
345
|
+
if attributes.key?(:'create_private_ocsp')
|
|
346
|
+
self.create_private_ocsp = attributes[:'create_private_ocsp']
|
|
347
|
+
end
|
|
348
|
+
|
|
333
349
|
if attributes.key?(:'create_public_crl')
|
|
334
350
|
self.create_public_crl = attributes[:'create_public_crl']
|
|
335
351
|
end
|
|
336
352
|
|
|
353
|
+
if attributes.key?(:'create_public_ocsp')
|
|
354
|
+
self.create_public_ocsp = attributes[:'create_public_ocsp']
|
|
355
|
+
end
|
|
356
|
+
|
|
337
357
|
if attributes.key?(:'critical_key_usage')
|
|
338
358
|
self.critical_key_usage = attributes[:'critical_key_usage']
|
|
339
359
|
else
|
|
@@ -420,6 +440,10 @@ module Akeyless
|
|
|
420
440
|
self.not_require_cn = attributes[:'not_require_cn']
|
|
421
441
|
end
|
|
422
442
|
|
|
443
|
+
if attributes.key?(:'ocsp_ttl')
|
|
444
|
+
self.ocsp_ttl = attributes[:'ocsp_ttl']
|
|
445
|
+
end
|
|
446
|
+
|
|
423
447
|
if attributes.key?(:'organizational_units')
|
|
424
448
|
self.organizational_units = attributes[:'organizational_units']
|
|
425
449
|
end
|
|
@@ -520,7 +544,9 @@ module Akeyless
|
|
|
520
544
|
code_signing_flag == o.code_signing_flag &&
|
|
521
545
|
country == o.country &&
|
|
522
546
|
create_private_crl == o.create_private_crl &&
|
|
547
|
+
create_private_ocsp == o.create_private_ocsp &&
|
|
523
548
|
create_public_crl == o.create_public_crl &&
|
|
549
|
+
create_public_ocsp == o.create_public_ocsp &&
|
|
524
550
|
critical_key_usage == o.critical_key_usage &&
|
|
525
551
|
delete_protection == o.delete_protection &&
|
|
526
552
|
description == o.description &&
|
|
@@ -539,6 +565,7 @@ module Akeyless
|
|
|
539
565
|
name == o.name &&
|
|
540
566
|
not_enforce_hostnames == o.not_enforce_hostnames &&
|
|
541
567
|
not_require_cn == o.not_require_cn &&
|
|
568
|
+
ocsp_ttl == o.ocsp_ttl &&
|
|
542
569
|
organizational_units == o.organizational_units &&
|
|
543
570
|
organizations == o.organizations &&
|
|
544
571
|
postal_code == o.postal_code &&
|
|
@@ -563,7 +590,7 @@ module Akeyless
|
|
|
563
590
|
# Calculates hash code according to all attributes.
|
|
564
591
|
# @return [Integer] Hash code
|
|
565
592
|
def hash
|
|
566
|
-
[allow_any_name, allow_copy_ext_from_csr, allow_subdomains, allowed_domains, allowed_extra_extensions, allowed_ip_sans, allowed_uri_sans, auto_renew, ca_target, client_flag, code_signing_flag, country, create_private_crl, create_public_crl, critical_key_usage, delete_protection, description, destination_path, disable_wildcards, enable_acme, expiration_event_in, gw_cluster_url, is_ca, item_custom_fields, json, key_usage, locality, max_path_len, metadata, name, not_enforce_hostnames, not_require_cn, organizational_units, organizations, postal_code, protect_certificates, province, scheduled_renew, server_flag, signer_key_name, street_address, tag, token, ttl, uid_token].hash
|
|
593
|
+
[allow_any_name, allow_copy_ext_from_csr, allow_subdomains, allowed_domains, allowed_extra_extensions, allowed_ip_sans, allowed_uri_sans, auto_renew, ca_target, client_flag, code_signing_flag, country, create_private_crl, create_private_ocsp, create_public_crl, create_public_ocsp, critical_key_usage, delete_protection, description, destination_path, disable_wildcards, enable_acme, expiration_event_in, gw_cluster_url, is_ca, item_custom_fields, json, key_usage, locality, max_path_len, metadata, name, not_enforce_hostnames, not_require_cn, ocsp_ttl, organizational_units, organizations, postal_code, protect_certificates, province, scheduled_renew, server_flag, signer_key_name, street_address, tag, token, ttl, uid_token].hash
|
|
567
594
|
end
|
|
568
595
|
|
|
569
596
|
# Builds the object from hash
|
|
@@ -36,6 +36,9 @@ module Akeyless
|
|
|
36
36
|
# Allow this role to manage Event Forwarders. Currently only 'none' and 'all' values are supported.
|
|
37
37
|
attr_accessor :event_forwarders_access
|
|
38
38
|
|
|
39
|
+
# Allow this role to manage the following Event Forwarders.
|
|
40
|
+
attr_accessor :event_forwarders_name
|
|
41
|
+
|
|
39
42
|
# 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.
|
|
40
43
|
attr_accessor :gw_analytics_access
|
|
41
44
|
|
|
@@ -70,6 +73,7 @@ module Akeyless
|
|
|
70
73
|
:'description' => :'description',
|
|
71
74
|
:'event_center_access' => :'event-center-access',
|
|
72
75
|
:'event_forwarders_access' => :'event-forwarders-access',
|
|
76
|
+
:'event_forwarders_name' => :'event-forwarders-name',
|
|
73
77
|
:'gw_analytics_access' => :'gw-analytics-access',
|
|
74
78
|
:'json' => :'json',
|
|
75
79
|
:'name' => :'name',
|
|
@@ -96,6 +100,7 @@ module Akeyless
|
|
|
96
100
|
:'description' => :'String',
|
|
97
101
|
:'event_center_access' => :'String',
|
|
98
102
|
:'event_forwarders_access' => :'String',
|
|
103
|
+
:'event_forwarders_name' => :'Array<String>',
|
|
99
104
|
:'gw_analytics_access' => :'String',
|
|
100
105
|
:'json' => :'Boolean',
|
|
101
106
|
:'name' => :'String',
|
|
@@ -156,6 +161,12 @@ module Akeyless
|
|
|
156
161
|
self.event_forwarders_access = attributes[:'event_forwarders_access']
|
|
157
162
|
end
|
|
158
163
|
|
|
164
|
+
if attributes.key?(:'event_forwarders_name')
|
|
165
|
+
if (value = attributes[:'event_forwarders_name']).is_a?(Array)
|
|
166
|
+
self.event_forwarders_name = value
|
|
167
|
+
end
|
|
168
|
+
end
|
|
169
|
+
|
|
159
170
|
if attributes.key?(:'gw_analytics_access')
|
|
160
171
|
self.gw_analytics_access = attributes[:'gw_analytics_access']
|
|
161
172
|
end
|
|
@@ -225,6 +236,7 @@ module Akeyless
|
|
|
225
236
|
description == o.description &&
|
|
226
237
|
event_center_access == o.event_center_access &&
|
|
227
238
|
event_forwarders_access == o.event_forwarders_access &&
|
|
239
|
+
event_forwarders_name == o.event_forwarders_name &&
|
|
228
240
|
gw_analytics_access == o.gw_analytics_access &&
|
|
229
241
|
json == o.json &&
|
|
230
242
|
name == o.name &&
|
|
@@ -244,7 +256,7 @@ module Akeyless
|
|
|
244
256
|
# Calculates hash code according to all attributes.
|
|
245
257
|
# @return [Integer] Hash code
|
|
246
258
|
def hash
|
|
247
|
-
[analytics_access, audit_access, comment, delete_protection, description, event_center_access, event_forwarders_access, gw_analytics_access, json, name, reverse_rbac_access, sra_reports_access, token, uid_token, usage_reports_access].hash
|
|
259
|
+
[analytics_access, audit_access, comment, delete_protection, description, event_center_access, event_forwarders_access, event_forwarders_name, gw_analytics_access, json, name, reverse_rbac_access, sra_reports_access, token, uid_token, usage_reports_access].hash
|
|
248
260
|
end
|
|
249
261
|
|
|
250
262
|
# Builds the object from hash
|
|
@@ -25,6 +25,9 @@ module Akeyless
|
|
|
25
25
|
# Description of the Universal Secrets Connector
|
|
26
26
|
attr_accessor :description
|
|
27
27
|
|
|
28
|
+
# GCP Project ID (Relevant only for GCP targets)
|
|
29
|
+
attr_accessor :gcp_project_id
|
|
30
|
+
|
|
28
31
|
# Additional custom fields to associate with the item
|
|
29
32
|
attr_accessor :item_custom_fields
|
|
30
33
|
|
|
@@ -61,6 +64,7 @@ module Akeyless
|
|
|
61
64
|
:'azure_kv_name' => :'azure-kv-name',
|
|
62
65
|
:'delete_protection' => :'delete_protection',
|
|
63
66
|
:'description' => :'description',
|
|
67
|
+
:'gcp_project_id' => :'gcp-project-id',
|
|
64
68
|
:'item_custom_fields' => :'item-custom-fields',
|
|
65
69
|
:'json' => :'json',
|
|
66
70
|
:'k8s_namespace' => :'k8s-namespace',
|
|
@@ -85,6 +89,7 @@ module Akeyless
|
|
|
85
89
|
:'azure_kv_name' => :'String',
|
|
86
90
|
:'delete_protection' => :'String',
|
|
87
91
|
:'description' => :'String',
|
|
92
|
+
:'gcp_project_id' => :'String',
|
|
88
93
|
:'item_custom_fields' => :'Hash<String, String>',
|
|
89
94
|
:'json' => :'Boolean',
|
|
90
95
|
:'k8s_namespace' => :'String',
|
|
@@ -131,6 +136,10 @@ module Akeyless
|
|
|
131
136
|
self.description = attributes[:'description']
|
|
132
137
|
end
|
|
133
138
|
|
|
139
|
+
if attributes.key?(:'gcp_project_id')
|
|
140
|
+
self.gcp_project_id = attributes[:'gcp_project_id']
|
|
141
|
+
end
|
|
142
|
+
|
|
134
143
|
if attributes.key?(:'item_custom_fields')
|
|
135
144
|
if (value = attributes[:'item_custom_fields']).is_a?(Hash)
|
|
136
145
|
self.item_custom_fields = value
|
|
@@ -217,6 +226,7 @@ module Akeyless
|
|
|
217
226
|
azure_kv_name == o.azure_kv_name &&
|
|
218
227
|
delete_protection == o.delete_protection &&
|
|
219
228
|
description == o.description &&
|
|
229
|
+
gcp_project_id == o.gcp_project_id &&
|
|
220
230
|
item_custom_fields == o.item_custom_fields &&
|
|
221
231
|
json == o.json &&
|
|
222
232
|
k8s_namespace == o.k8s_namespace &&
|
|
@@ -238,7 +248,7 @@ module Akeyless
|
|
|
238
248
|
# Calculates hash code according to all attributes.
|
|
239
249
|
# @return [Integer] Hash code
|
|
240
250
|
def hash
|
|
241
|
-
[azure_kv_name, delete_protection, description, item_custom_fields, json, k8s_namespace, name, tags, target_to_associate, token, uid_token, usc_prefix, use_prefix_as_filter].hash
|
|
251
|
+
[azure_kv_name, delete_protection, description, gcp_project_id, item_custom_fields, json, k8s_namespace, name, tags, target_to_associate, token, uid_token, usc_prefix, use_prefix_as_filter].hash
|
|
242
252
|
end
|
|
243
253
|
|
|
244
254
|
# Builds the object from hash
|
|
@@ -21,6 +21,9 @@ module Akeyless
|
|
|
21
21
|
# The name of the key to use in the encryption process
|
|
22
22
|
attr_accessor :display_id
|
|
23
23
|
|
|
24
|
+
# Retrieve the Secret value without checking the Gateway's cache [true/false]. This flag is only relevant when using the RestAPI
|
|
25
|
+
attr_accessor :ignore_cache
|
|
26
|
+
|
|
24
27
|
# Set output format to JSON
|
|
25
28
|
attr_accessor :json
|
|
26
29
|
|
|
@@ -38,6 +41,7 @@ module Akeyless
|
|
|
38
41
|
{
|
|
39
42
|
:'ciphertext' => :'ciphertext',
|
|
40
43
|
:'display_id' => :'display-id',
|
|
44
|
+
:'ignore_cache' => :'ignore-cache',
|
|
41
45
|
:'json' => :'json',
|
|
42
46
|
:'token' => :'token',
|
|
43
47
|
:'uid_token' => :'uid-token',
|
|
@@ -55,6 +59,7 @@ module Akeyless
|
|
|
55
59
|
{
|
|
56
60
|
:'ciphertext' => :'String',
|
|
57
61
|
:'display_id' => :'String',
|
|
62
|
+
:'ignore_cache' => :'String',
|
|
58
63
|
:'json' => :'Boolean',
|
|
59
64
|
:'token' => :'String',
|
|
60
65
|
:'uid_token' => :'String',
|
|
@@ -95,6 +100,12 @@ module Akeyless
|
|
|
95
100
|
self.display_id = nil
|
|
96
101
|
end
|
|
97
102
|
|
|
103
|
+
if attributes.key?(:'ignore_cache')
|
|
104
|
+
self.ignore_cache = attributes[:'ignore_cache']
|
|
105
|
+
else
|
|
106
|
+
self.ignore_cache = 'false'
|
|
107
|
+
end
|
|
108
|
+
|
|
98
109
|
if attributes.key?(:'json')
|
|
99
110
|
self.json = attributes[:'json']
|
|
100
111
|
else
|
|
@@ -153,6 +164,7 @@ module Akeyless
|
|
|
153
164
|
self.class == o.class &&
|
|
154
165
|
ciphertext == o.ciphertext &&
|
|
155
166
|
display_id == o.display_id &&
|
|
167
|
+
ignore_cache == o.ignore_cache &&
|
|
156
168
|
json == o.json &&
|
|
157
169
|
token == o.token &&
|
|
158
170
|
uid_token == o.uid_token &&
|
|
@@ -168,7 +180,7 @@ module Akeyless
|
|
|
168
180
|
# Calculates hash code according to all attributes.
|
|
169
181
|
# @return [Integer] Hash code
|
|
170
182
|
def hash
|
|
171
|
-
[ciphertext, display_id, json, token, uid_token, version].hash
|
|
183
|
+
[ciphertext, display_id, ignore_cache, json, token, uid_token, version].hash
|
|
172
184
|
end
|
|
173
185
|
|
|
174
186
|
# Builds the object from hash
|
|
@@ -199,12 +199,18 @@ module Akeyless
|
|
|
199
199
|
|
|
200
200
|
attr_accessor :fixed_user_only
|
|
201
201
|
|
|
202
|
+
attr_accessor :gcp_access_type
|
|
203
|
+
|
|
204
|
+
attr_accessor :gcp_fixed_user_claim_keyname
|
|
205
|
+
|
|
202
206
|
attr_accessor :gcp_key_algo
|
|
203
207
|
|
|
204
208
|
attr_accessor :gcp_project_id
|
|
205
209
|
|
|
206
210
|
attr_accessor :gcp_role_bindings
|
|
207
211
|
|
|
212
|
+
attr_accessor :gcp_role_names
|
|
213
|
+
|
|
208
214
|
# GCPServiceAccountEmail overrides the deprecated field from the target
|
|
209
215
|
attr_accessor :gcp_service_account_email
|
|
210
216
|
|
|
@@ -395,6 +401,8 @@ module Akeyless
|
|
|
395
401
|
# common fields
|
|
396
402
|
attr_accessor :mongodb_roles
|
|
397
403
|
|
|
404
|
+
attr_accessor :mongodb_scopes
|
|
405
|
+
|
|
398
406
|
# mongodb fields
|
|
399
407
|
attr_accessor :mongodb_uri_connection
|
|
400
408
|
|
|
@@ -402,6 +410,9 @@ module Akeyless
|
|
|
402
410
|
|
|
403
411
|
attr_accessor :mongodb_username
|
|
404
412
|
|
|
413
|
+
# Comma-separated list of allowed DB names for runtime selection when fetching the secret value. Empty string => use target DB name only (no override allowed) \"*\" => any DB name is allowed One or more names => user must select one of the provided names
|
|
414
|
+
attr_accessor :mssql_allowed_db_names
|
|
415
|
+
|
|
405
416
|
attr_accessor :mssql_creation_statements
|
|
406
417
|
|
|
407
418
|
attr_accessor :mssql_revocation_statements
|
|
@@ -647,9 +658,12 @@ module Akeyless
|
|
|
647
658
|
:'externally_provided_user' => :'externally_provided_user',
|
|
648
659
|
:'failure_message' => :'failure_message',
|
|
649
660
|
:'fixed_user_only' => :'fixed_user_only',
|
|
661
|
+
:'gcp_access_type' => :'gcp_access_type',
|
|
662
|
+
:'gcp_fixed_user_claim_keyname' => :'gcp_fixed_user_claim_keyname',
|
|
650
663
|
:'gcp_key_algo' => :'gcp_key_algo',
|
|
651
664
|
:'gcp_project_id' => :'gcp_project_id',
|
|
652
665
|
:'gcp_role_bindings' => :'gcp_role_bindings',
|
|
666
|
+
:'gcp_role_names' => :'gcp_role_names',
|
|
653
667
|
:'gcp_service_account_email' => :'gcp_service_account_email',
|
|
654
668
|
:'gcp_service_account_key' => :'gcp_service_account_key',
|
|
655
669
|
:'gcp_service_account_key_base64' => :'gcp_service_account_key_base64',
|
|
@@ -740,9 +754,11 @@ module Akeyless
|
|
|
740
754
|
:'mongodb_is_atlas' => :'mongodb_is_atlas',
|
|
741
755
|
:'mongodb_password' => :'mongodb_password',
|
|
742
756
|
:'mongodb_roles' => :'mongodb_roles',
|
|
757
|
+
:'mongodb_scopes' => :'mongodb_scopes',
|
|
743
758
|
:'mongodb_uri_connection' => :'mongodb_uri_connection',
|
|
744
759
|
:'mongodb_uri_options' => :'mongodb_uri_options',
|
|
745
760
|
:'mongodb_username' => :'mongodb_username',
|
|
761
|
+
:'mssql_allowed_db_names' => :'mssql_allowed_db_names',
|
|
746
762
|
:'mssql_creation_statements' => :'mssql_creation_statements',
|
|
747
763
|
:'mssql_revocation_statements' => :'mssql_revocation_statements',
|
|
748
764
|
:'mysql_creation_statements' => :'mysql_creation_statements',
|
|
@@ -917,9 +933,12 @@ module Akeyless
|
|
|
917
933
|
:'externally_provided_user' => :'String',
|
|
918
934
|
:'failure_message' => :'String',
|
|
919
935
|
:'fixed_user_only' => :'String',
|
|
936
|
+
:'gcp_access_type' => :'String',
|
|
937
|
+
:'gcp_fixed_user_claim_keyname' => :'String',
|
|
920
938
|
:'gcp_key_algo' => :'String',
|
|
921
939
|
:'gcp_project_id' => :'String',
|
|
922
940
|
:'gcp_role_bindings' => :'Hash<String, Array<String>>',
|
|
941
|
+
:'gcp_role_names' => :'String',
|
|
923
942
|
:'gcp_service_account_email' => :'String',
|
|
924
943
|
:'gcp_service_account_key' => :'String',
|
|
925
944
|
:'gcp_service_account_key_base64' => :'String',
|
|
@@ -1010,9 +1029,11 @@ module Akeyless
|
|
|
1010
1029
|
:'mongodb_is_atlas' => :'Boolean',
|
|
1011
1030
|
:'mongodb_password' => :'String',
|
|
1012
1031
|
:'mongodb_roles' => :'String',
|
|
1032
|
+
:'mongodb_scopes' => :'String',
|
|
1013
1033
|
:'mongodb_uri_connection' => :'String',
|
|
1014
1034
|
:'mongodb_uri_options' => :'String',
|
|
1015
1035
|
:'mongodb_username' => :'String',
|
|
1036
|
+
:'mssql_allowed_db_names' => :'String',
|
|
1016
1037
|
:'mssql_creation_statements' => :'String',
|
|
1017
1038
|
:'mssql_revocation_statements' => :'String',
|
|
1018
1039
|
:'mysql_creation_statements' => :'String',
|
|
@@ -1472,6 +1493,14 @@ module Akeyless
|
|
|
1472
1493
|
self.fixed_user_only = attributes[:'fixed_user_only']
|
|
1473
1494
|
end
|
|
1474
1495
|
|
|
1496
|
+
if attributes.key?(:'gcp_access_type')
|
|
1497
|
+
self.gcp_access_type = attributes[:'gcp_access_type']
|
|
1498
|
+
end
|
|
1499
|
+
|
|
1500
|
+
if attributes.key?(:'gcp_fixed_user_claim_keyname')
|
|
1501
|
+
self.gcp_fixed_user_claim_keyname = attributes[:'gcp_fixed_user_claim_keyname']
|
|
1502
|
+
end
|
|
1503
|
+
|
|
1475
1504
|
if attributes.key?(:'gcp_key_algo')
|
|
1476
1505
|
self.gcp_key_algo = attributes[:'gcp_key_algo']
|
|
1477
1506
|
end
|
|
@@ -1486,6 +1515,10 @@ module Akeyless
|
|
|
1486
1515
|
end
|
|
1487
1516
|
end
|
|
1488
1517
|
|
|
1518
|
+
if attributes.key?(:'gcp_role_names')
|
|
1519
|
+
self.gcp_role_names = attributes[:'gcp_role_names']
|
|
1520
|
+
end
|
|
1521
|
+
|
|
1489
1522
|
if attributes.key?(:'gcp_service_account_email')
|
|
1490
1523
|
self.gcp_service_account_email = attributes[:'gcp_service_account_email']
|
|
1491
1524
|
end
|
|
@@ -1862,6 +1895,10 @@ module Akeyless
|
|
|
1862
1895
|
self.mongodb_roles = attributes[:'mongodb_roles']
|
|
1863
1896
|
end
|
|
1864
1897
|
|
|
1898
|
+
if attributes.key?(:'mongodb_scopes')
|
|
1899
|
+
self.mongodb_scopes = attributes[:'mongodb_scopes']
|
|
1900
|
+
end
|
|
1901
|
+
|
|
1865
1902
|
if attributes.key?(:'mongodb_uri_connection')
|
|
1866
1903
|
self.mongodb_uri_connection = attributes[:'mongodb_uri_connection']
|
|
1867
1904
|
end
|
|
@@ -1874,6 +1911,10 @@ module Akeyless
|
|
|
1874
1911
|
self.mongodb_username = attributes[:'mongodb_username']
|
|
1875
1912
|
end
|
|
1876
1913
|
|
|
1914
|
+
if attributes.key?(:'mssql_allowed_db_names')
|
|
1915
|
+
self.mssql_allowed_db_names = attributes[:'mssql_allowed_db_names']
|
|
1916
|
+
end
|
|
1917
|
+
|
|
1877
1918
|
if attributes.key?(:'mssql_creation_statements')
|
|
1878
1919
|
self.mssql_creation_statements = attributes[:'mssql_creation_statements']
|
|
1879
1920
|
end
|
|
@@ -2287,9 +2328,12 @@ module Akeyless
|
|
|
2287
2328
|
externally_provided_user == o.externally_provided_user &&
|
|
2288
2329
|
failure_message == o.failure_message &&
|
|
2289
2330
|
fixed_user_only == o.fixed_user_only &&
|
|
2331
|
+
gcp_access_type == o.gcp_access_type &&
|
|
2332
|
+
gcp_fixed_user_claim_keyname == o.gcp_fixed_user_claim_keyname &&
|
|
2290
2333
|
gcp_key_algo == o.gcp_key_algo &&
|
|
2291
2334
|
gcp_project_id == o.gcp_project_id &&
|
|
2292
2335
|
gcp_role_bindings == o.gcp_role_bindings &&
|
|
2336
|
+
gcp_role_names == o.gcp_role_names &&
|
|
2293
2337
|
gcp_service_account_email == o.gcp_service_account_email &&
|
|
2294
2338
|
gcp_service_account_key == o.gcp_service_account_key &&
|
|
2295
2339
|
gcp_service_account_key_base64 == o.gcp_service_account_key_base64 &&
|
|
@@ -2380,9 +2424,11 @@ module Akeyless
|
|
|
2380
2424
|
mongodb_is_atlas == o.mongodb_is_atlas &&
|
|
2381
2425
|
mongodb_password == o.mongodb_password &&
|
|
2382
2426
|
mongodb_roles == o.mongodb_roles &&
|
|
2427
|
+
mongodb_scopes == o.mongodb_scopes &&
|
|
2383
2428
|
mongodb_uri_connection == o.mongodb_uri_connection &&
|
|
2384
2429
|
mongodb_uri_options == o.mongodb_uri_options &&
|
|
2385
2430
|
mongodb_username == o.mongodb_username &&
|
|
2431
|
+
mssql_allowed_db_names == o.mssql_allowed_db_names &&
|
|
2386
2432
|
mssql_creation_statements == o.mssql_creation_statements &&
|
|
2387
2433
|
mssql_revocation_statements == o.mssql_revocation_statements &&
|
|
2388
2434
|
mysql_creation_statements == o.mysql_creation_statements &&
|
|
@@ -2467,7 +2513,7 @@ module Akeyless
|
|
|
2467
2513
|
# Calculates hash code according to all attributes.
|
|
2468
2514
|
# @return [Integer] Hash code
|
|
2469
2515
|
def hash
|
|
2470
|
-
[access_token_manager_id, acl_rules, active, admin_name, admin_pwd, admin_rotation_interval_days, administrative_port, api_key, api_key_id, artifactory_admin_apikey, artifactory_admin_username, artifactory_base_url, artifactory_token_audience, artifactory_token_scope, authorization_port, aws_access_key_id, aws_access_mode, aws_external_id, aws_region, aws_role_arns, aws_secret_access_key, aws_session_tags, aws_session_token, aws_transitive_tag_keys, aws_user_console_access, aws_user_groups, aws_user_policies, aws_user_programmatic_access, azure_administrative_unit, azure_app_object_id, azure_client_id, azure_client_secret, azure_fixed_user_name_sub_claim_key, azure_fixed_user_only, azure_resource_group_name, azure_resource_name, azure_subscription_id, azure_tenant_id, azure_user_groups_obj_id, azure_user_portal_access, azure_user_programmatic_access, azure_user_roles_template_id, azure_username, cassandra_creation_statements, chef_organizations, chef_server_access_mode, chef_server_host_name, chef_server_key, chef_server_port, chef_server_url, chef_server_username, chef_skip_ssl, client_authentication_type, cloud_service_provider, cluster_mode, connection_type, create_sync_url, db_client_id, db_client_secret, db_host_name, db_isolation_level, db_max_idle_conns, db_max_open_conns, db_name, db_port, db_private_key, db_private_key_passphrase, db_pwd, db_server_certificates, db_server_name, db_tenant_id, db_user_name, delete_protection, dynamic_secret_id, dynamic_secret_key, dynamic_secret_name, dynamic_secret_type, eks_access_key_id, eks_assume_role, eks_cluster_ca_certificate, eks_cluster_endpoint, eks_cluster_name, eks_region, eks_secret_access_key, enable_admin_rotation, enforce_replay_prevention, expiration_date, externally_provided_user, failure_message, fixed_user_only, gcp_key_algo, gcp_project_id, gcp_role_bindings, gcp_service_account_email, gcp_service_account_key, gcp_service_account_key_base64, gcp_service_account_key_id, gcp_service_account_type, gcp_tmp_service_account_name, gcp_token_lifetime, gcp_token_scope, gcp_token_type, github_app_id, github_app_private_key, github_base_url, github_installation_id, github_installation_token_permissions, github_installation_token_repositories, github_installation_token_repositories_ids, github_organization_name, github_repository_path, gitlab_access_token, gitlab_access_type, gitlab_certificate, gitlab_group_name, gitlab_project_name, gitlab_role, gitlab_token_scope, gitlab_url, gke_cluster_ca_certificate, gke_cluster_endpoint, gke_cluster_name, gke_service_account_key, gke_service_account_name, google_workspace_access_mode, google_workspace_admin_name, google_workspace_fixed_user_name_sub_claim_key, google_workspace_group_name, google_workspace_group_role, google_workspace_role_name, google_workspace_role_scope, grace_rotated_secret_key, grant_types, groups, gw_cloud_identity_external_id_opt, hanadb_creation_statements, hanadb_revocation_statements, host_name, host_port, implementation_type, is_fixed_user, issuer, item_custom_fields_details, item_targets_assoc, jwks, jwks_url, k8s_allowed_namespaces, k8s_auth_type, k8s_bearer_token, k8s_client_cert_data, k8s_client_key_data, k8s_cluster_ca_certificate, k8s_cluster_endpoint, k8s_cluster_name, k8s_dynamic_mode, k8s_multiple_doc_yaml_temp_definition, k8s_namespace, k8s_role_name, k8s_role_type, k8s_service_account, last_admin_rotation, ldap_audience, ldap_bind_dn, ldap_bind_password, ldap_certificate, ldap_fixed_user_name_sub_claim_key, ldap_fixed_user_type, ldap_group_dn, ldap_token_expiration, ldap_url, ldap_user_attr, ldap_user_dn, metadata, mongodb_atlas_api_private_key, mongodb_atlas_api_public_key, mongodb_atlas_project_id, mongodb_custom_data, mongodb_db_name, mongodb_default_auth_db, mongodb_host_port, mongodb_is_atlas, mongodb_password, mongodb_roles, mongodb_uri_connection, mongodb_uri_options, mongodb_username, mssql_creation_statements, mssql_revocation_statements, mysql_creation_statements, mysql_revocation_statements, openai_url, oracle_creation_statements, oracle_revocation_statements, oracle_wallet_details, organization_id, password, password_length, password_policy, payload, ping_url, postgres_creation_statements, postgres_revocation_statements, privileged_user, project_id, rabbitmq_server_password, rabbitmq_server_uri, rabbitmq_server_user, rabbitmq_user_conf_permission, rabbitmq_user_read_permission, rabbitmq_user_tags, rabbitmq_user_vhost, rabbitmq_user_write_permission, rdp_fixed_user_name_sub_claim_key, redirect_uris, redshift_creation_statements, restricted_scopes, revoke_sync_url, rotate_sync_url, scopes, secure_remote_access_details, session_extension_warn_interval_min, sf_account, sf_auth_mode, sf_key_algo, sf_user_role, sf_warehouse_name, should_stop, signing_algorithm, ssl_connection_certificate, ssl_connection_mode, subject_dn, tags, timeout_seconds, use_gw_cloud_identity, use_gw_service_account, user_name, user_password, user_principal_name, user_ttl, username_length, username_policy, username_template, venafi_allow_subdomains, venafi_allowed_domains, venafi_api_key, venafi_auto_generated_folder, venafi_base_url, venafi_root_first_in_chain, venafi_sign_using_akeyless_pki, venafi_signer_key_name, venafi_store_private_key, venafi_tpp_access_token, venafi_tpp_client_id, venafi_tpp_password, venafi_tpp_refresh_token, venafi_tpp_username, venafi_use_tpp, venafi_zone, warn_before_user_expiration_min].hash
|
|
2516
|
+
[access_token_manager_id, acl_rules, active, admin_name, admin_pwd, admin_rotation_interval_days, administrative_port, api_key, api_key_id, artifactory_admin_apikey, artifactory_admin_username, artifactory_base_url, artifactory_token_audience, artifactory_token_scope, authorization_port, aws_access_key_id, aws_access_mode, aws_external_id, aws_region, aws_role_arns, aws_secret_access_key, aws_session_tags, aws_session_token, aws_transitive_tag_keys, aws_user_console_access, aws_user_groups, aws_user_policies, aws_user_programmatic_access, azure_administrative_unit, azure_app_object_id, azure_client_id, azure_client_secret, azure_fixed_user_name_sub_claim_key, azure_fixed_user_only, azure_resource_group_name, azure_resource_name, azure_subscription_id, azure_tenant_id, azure_user_groups_obj_id, azure_user_portal_access, azure_user_programmatic_access, azure_user_roles_template_id, azure_username, cassandra_creation_statements, chef_organizations, chef_server_access_mode, chef_server_host_name, chef_server_key, chef_server_port, chef_server_url, chef_server_username, chef_skip_ssl, client_authentication_type, cloud_service_provider, cluster_mode, connection_type, create_sync_url, db_client_id, db_client_secret, db_host_name, db_isolation_level, db_max_idle_conns, db_max_open_conns, db_name, db_port, db_private_key, db_private_key_passphrase, db_pwd, db_server_certificates, db_server_name, db_tenant_id, db_user_name, delete_protection, dynamic_secret_id, dynamic_secret_key, dynamic_secret_name, dynamic_secret_type, eks_access_key_id, eks_assume_role, eks_cluster_ca_certificate, eks_cluster_endpoint, eks_cluster_name, eks_region, eks_secret_access_key, enable_admin_rotation, enforce_replay_prevention, expiration_date, externally_provided_user, failure_message, fixed_user_only, gcp_access_type, gcp_fixed_user_claim_keyname, gcp_key_algo, gcp_project_id, gcp_role_bindings, gcp_role_names, gcp_service_account_email, gcp_service_account_key, gcp_service_account_key_base64, gcp_service_account_key_id, gcp_service_account_type, gcp_tmp_service_account_name, gcp_token_lifetime, gcp_token_scope, gcp_token_type, github_app_id, github_app_private_key, github_base_url, github_installation_id, github_installation_token_permissions, github_installation_token_repositories, github_installation_token_repositories_ids, github_organization_name, github_repository_path, gitlab_access_token, gitlab_access_type, gitlab_certificate, gitlab_group_name, gitlab_project_name, gitlab_role, gitlab_token_scope, gitlab_url, gke_cluster_ca_certificate, gke_cluster_endpoint, gke_cluster_name, gke_service_account_key, gke_service_account_name, google_workspace_access_mode, google_workspace_admin_name, google_workspace_fixed_user_name_sub_claim_key, google_workspace_group_name, google_workspace_group_role, google_workspace_role_name, google_workspace_role_scope, grace_rotated_secret_key, grant_types, groups, gw_cloud_identity_external_id_opt, hanadb_creation_statements, hanadb_revocation_statements, host_name, host_port, implementation_type, is_fixed_user, issuer, item_custom_fields_details, item_targets_assoc, jwks, jwks_url, k8s_allowed_namespaces, k8s_auth_type, k8s_bearer_token, k8s_client_cert_data, k8s_client_key_data, k8s_cluster_ca_certificate, k8s_cluster_endpoint, k8s_cluster_name, k8s_dynamic_mode, k8s_multiple_doc_yaml_temp_definition, k8s_namespace, k8s_role_name, k8s_role_type, k8s_service_account, last_admin_rotation, ldap_audience, ldap_bind_dn, ldap_bind_password, ldap_certificate, ldap_fixed_user_name_sub_claim_key, ldap_fixed_user_type, ldap_group_dn, ldap_token_expiration, ldap_url, ldap_user_attr, ldap_user_dn, metadata, mongodb_atlas_api_private_key, mongodb_atlas_api_public_key, mongodb_atlas_project_id, mongodb_custom_data, mongodb_db_name, mongodb_default_auth_db, mongodb_host_port, mongodb_is_atlas, mongodb_password, mongodb_roles, mongodb_scopes, mongodb_uri_connection, mongodb_uri_options, mongodb_username, mssql_allowed_db_names, mssql_creation_statements, mssql_revocation_statements, mysql_creation_statements, mysql_revocation_statements, openai_url, oracle_creation_statements, oracle_revocation_statements, oracle_wallet_details, organization_id, password, password_length, password_policy, payload, ping_url, postgres_creation_statements, postgres_revocation_statements, privileged_user, project_id, rabbitmq_server_password, rabbitmq_server_uri, rabbitmq_server_user, rabbitmq_user_conf_permission, rabbitmq_user_read_permission, rabbitmq_user_tags, rabbitmq_user_vhost, rabbitmq_user_write_permission, rdp_fixed_user_name_sub_claim_key, redirect_uris, redshift_creation_statements, restricted_scopes, revoke_sync_url, rotate_sync_url, scopes, secure_remote_access_details, session_extension_warn_interval_min, sf_account, sf_auth_mode, sf_key_algo, sf_user_role, sf_warehouse_name, should_stop, signing_algorithm, ssl_connection_certificate, ssl_connection_mode, subject_dn, tags, timeout_seconds, use_gw_cloud_identity, use_gw_service_account, user_name, user_password, user_principal_name, user_ttl, username_length, username_policy, username_template, venafi_allow_subdomains, venafi_allowed_domains, venafi_api_key, venafi_auto_generated_folder, venafi_base_url, venafi_root_first_in_chain, venafi_sign_using_akeyless_pki, venafi_signer_key_name, venafi_store_private_key, venafi_tpp_access_token, venafi_tpp_client_id, venafi_tpp_password, venafi_tpp_refresh_token, venafi_tpp_username, venafi_use_tpp, venafi_zone, warn_before_user_expiration_min].hash
|
|
2471
2517
|
end
|
|
2472
2518
|
|
|
2473
2519
|
# Builds the object from hash
|