akeyless 5.0.14 → 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 +6 -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/CreatePKICertIssuer.md +6 -0
- data/docs/DSProducerDetails.md +10 -0
- data/docs/DynamicSecretCreateGcp.md +22 -6
- 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 +22 -6
- data/docs/DynamicSecretUpdateGoogleWorkspace.md +2 -0
- data/docs/DynamicSecretUpdateMongoDb.md +2 -0
- data/docs/DynamicSecretUpdateMsSql.md +2 -0
- data/docs/EventForwarderGetOutput.md +3 -1
- data/docs/GatewayCreateMigration.md +2 -0
- data/docs/GatewayCreateProducerGcp.md +22 -6
- data/docs/GatewayCreateProducerMSSQL.md +2 -0
- data/docs/GatewayCreateProducerMongo.md +2 -0
- data/docs/GatewayUpdateMigration.md +2 -0
- data/docs/GatewayUpdateProducerGcp.md +22 -6
- 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/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 +4 -4
- data/docs/WebhookNotiForwarderDetails.md +26 -0
- data/docs/WindowsServiceAttributes.md +4 -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_pki_cert_issuer.rb +28 -1
- data/lib/akeyless/models/ds_producer_details.rb +47 -1
- data/lib/akeyless/models/dynamic_secret_create_gcp.rb +92 -12
- 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 +92 -12
- 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/event_forwarder_get_output.rb +13 -4
- data/lib/akeyless/models/gateway_create_migration.rb +13 -1
- data/lib/akeyless/models/gateway_create_producer_gcp.rb +92 -12
- 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 +92 -12
- 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/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 +5 -0
- data/spec/models/allowed_client_type_spec.rb +42 -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 +21 -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
|
|
@@ -256,6 +266,7 @@ module Akeyless
|
|
|
256
266
|
return true if self.equal?(o)
|
|
257
267
|
self.class == o.class &&
|
|
258
268
|
access_expires == o.access_expires &&
|
|
269
|
+
allowed_client_type == o.allowed_client_type &&
|
|
259
270
|
audit_logs_claims == o.audit_logs_claims &&
|
|
260
271
|
bound_ips == o.bound_ips &&
|
|
261
272
|
delete_protection == o.delete_protection &&
|
|
@@ -283,7 +294,7 @@ module Akeyless
|
|
|
283
294
|
# Calculates hash code according to all attributes.
|
|
284
295
|
# @return [Integer] Hash code
|
|
285
296
|
def hash
|
|
286
|
-
[access_expires, audit_logs_claims, bound_ips, delete_protection, description, expiration_event_in, force_sub_claims, gen_key, gw_bound_ips, json, jwt_ttl, name, product_type, public_key_data, token, uid_token, unique_identifier].hash
|
|
297
|
+
[access_expires, allowed_client_type, audit_logs_claims, bound_ips, delete_protection, description, expiration_event_in, force_sub_claims, gen_key, gw_bound_ips, json, jwt_ttl, name, product_type, public_key_data, token, uid_token, unique_identifier].hash
|
|
287
298
|
end
|
|
288
299
|
|
|
289
300
|
# Builds the object from hash
|
|
@@ -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
|
# The audience in the JWT
|
|
23
25
|
attr_accessor :audience
|
|
24
26
|
|
|
@@ -92,6 +94,7 @@ module Akeyless
|
|
|
92
94
|
def self.attribute_map
|
|
93
95
|
{
|
|
94
96
|
:'access_expires' => :'access-expires',
|
|
97
|
+
:'allowed_client_type' => :'allowed-client-type',
|
|
95
98
|
:'audience' => :'audience',
|
|
96
99
|
:'audit_logs_claims' => :'audit-logs-claims',
|
|
97
100
|
:'bound_client_ids' => :'bound-client-ids',
|
|
@@ -127,6 +130,7 @@ module Akeyless
|
|
|
127
130
|
def self.openapi_types
|
|
128
131
|
{
|
|
129
132
|
:'access_expires' => :'Integer',
|
|
133
|
+
:'allowed_client_type' => :'Array<String>',
|
|
130
134
|
:'audience' => :'String',
|
|
131
135
|
:'audit_logs_claims' => :'Array<String>',
|
|
132
136
|
:'bound_client_ids' => :'Array<String>',
|
|
@@ -180,6 +184,12 @@ module Akeyless
|
|
|
180
184
|
self.access_expires = 0
|
|
181
185
|
end
|
|
182
186
|
|
|
187
|
+
if attributes.key?(:'allowed_client_type')
|
|
188
|
+
if (value = attributes[:'allowed_client_type']).is_a?(Array)
|
|
189
|
+
self.allowed_client_type = value
|
|
190
|
+
end
|
|
191
|
+
end
|
|
192
|
+
|
|
183
193
|
if attributes.key?(:'audience')
|
|
184
194
|
self.audience = attributes[:'audience']
|
|
185
195
|
end
|
|
@@ -326,6 +336,7 @@ module Akeyless
|
|
|
326
336
|
return true if self.equal?(o)
|
|
327
337
|
self.class == o.class &&
|
|
328
338
|
access_expires == o.access_expires &&
|
|
339
|
+
allowed_client_type == o.allowed_client_type &&
|
|
329
340
|
audience == o.audience &&
|
|
330
341
|
audit_logs_claims == o.audit_logs_claims &&
|
|
331
342
|
bound_client_ids == o.bound_client_ids &&
|
|
@@ -360,7 +371,7 @@ module Akeyless
|
|
|
360
371
|
# Calculates hash code according to all attributes.
|
|
361
372
|
# @return [Integer] Hash code
|
|
362
373
|
def hash
|
|
363
|
-
[access_expires, audience, audit_logs_claims, bound_client_ids, bound_ips, cert, cert_file_data, delete_protection, description, expiration_event_in, force_sub_claims, gateway_url, gw_bound_ips, issuer, json, jwks_json_data, jwks_uri, jwt_ttl, name, product_type, subclaims_delimiters, token, uid_token, unique_identifier].hash
|
|
374
|
+
[access_expires, allowed_client_type, audience, audit_logs_claims, bound_client_ids, bound_ips, cert, cert_file_data, delete_protection, description, expiration_event_in, force_sub_claims, gateway_url, gw_bound_ips, issuer, json, jwks_json_data, jwks_uri, jwt_ttl, name, product_type, subclaims_delimiters, token, uid_token, unique_identifier].hash
|
|
364
375
|
end
|
|
365
376
|
|
|
366
377
|
# Builds the object from hash
|
|
@@ -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
|
|
|
@@ -68,6 +70,7 @@ module Akeyless
|
|
|
68
70
|
def self.attribute_map
|
|
69
71
|
{
|
|
70
72
|
:'access_expires' => :'access-expires',
|
|
73
|
+
:'allowed_client_type' => :'allowed-client-type',
|
|
71
74
|
:'audit_logs_claims' => :'audit-logs-claims',
|
|
72
75
|
:'bound_ips' => :'bound-ips',
|
|
73
76
|
:'delete_protection' => :'delete_protection',
|
|
@@ -95,6 +98,7 @@ module Akeyless
|
|
|
95
98
|
def self.openapi_types
|
|
96
99
|
{
|
|
97
100
|
:'access_expires' => :'Integer',
|
|
101
|
+
:'allowed_client_type' => :'Array<String>',
|
|
98
102
|
:'audit_logs_claims' => :'Array<String>',
|
|
99
103
|
:'bound_ips' => :'Array<String>',
|
|
100
104
|
:'delete_protection' => :'String',
|
|
@@ -140,6 +144,12 @@ module Akeyless
|
|
|
140
144
|
self.access_expires = 0
|
|
141
145
|
end
|
|
142
146
|
|
|
147
|
+
if attributes.key?(:'allowed_client_type')
|
|
148
|
+
if (value = attributes[:'allowed_client_type']).is_a?(Array)
|
|
149
|
+
self.allowed_client_type = value
|
|
150
|
+
end
|
|
151
|
+
end
|
|
152
|
+
|
|
143
153
|
if attributes.key?(:'audit_logs_claims')
|
|
144
154
|
if (value = attributes[:'audit_logs_claims']).is_a?(Array)
|
|
145
155
|
self.audit_logs_claims = value
|
|
@@ -259,6 +269,7 @@ module Akeyless
|
|
|
259
269
|
return true if self.equal?(o)
|
|
260
270
|
self.class == o.class &&
|
|
261
271
|
access_expires == o.access_expires &&
|
|
272
|
+
allowed_client_type == o.allowed_client_type &&
|
|
262
273
|
audit_logs_claims == o.audit_logs_claims &&
|
|
263
274
|
bound_ips == o.bound_ips &&
|
|
264
275
|
delete_protection == o.delete_protection &&
|
|
@@ -285,7 +296,7 @@ module Akeyless
|
|
|
285
296
|
# Calculates hash code according to all attributes.
|
|
286
297
|
# @return [Integer] Hash code
|
|
287
298
|
def hash
|
|
288
|
-
[access_expires, audit_logs_claims, bound_ips, delete_protection, description, expiration_event_in, force_sub_claims, group_ocid, gw_bound_ips, json, jwt_ttl, name, product_type, tenant_ocid, token, uid_token].hash
|
|
299
|
+
[access_expires, allowed_client_type, audit_logs_claims, bound_ips, delete_protection, description, expiration_event_in, force_sub_claims, group_ocid, gw_bound_ips, json, jwt_ttl, name, product_type, tenant_ocid, token, uid_token].hash
|
|
289
300
|
end
|
|
290
301
|
|
|
291
302
|
# Builds the object from hash
|
|
@@ -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
|
# Allowed redirect URIs after the authentication
|
|
23
25
|
attr_accessor :allowed_redirect_uri
|
|
24
26
|
|
|
@@ -89,6 +91,7 @@ module Akeyless
|
|
|
89
91
|
def self.attribute_map
|
|
90
92
|
{
|
|
91
93
|
:'access_expires' => :'access-expires',
|
|
94
|
+
:'allowed_client_type' => :'allowed-client-type',
|
|
92
95
|
:'allowed_redirect_uri' => :'allowed-redirect-uri',
|
|
93
96
|
:'audience' => :'audience',
|
|
94
97
|
:'audit_logs_claims' => :'audit-logs-claims',
|
|
@@ -123,6 +126,7 @@ module Akeyless
|
|
|
123
126
|
def self.openapi_types
|
|
124
127
|
{
|
|
125
128
|
:'access_expires' => :'Integer',
|
|
129
|
+
:'allowed_client_type' => :'Array<String>',
|
|
126
130
|
:'allowed_redirect_uri' => :'Array<String>',
|
|
127
131
|
:'audience' => :'String',
|
|
128
132
|
:'audit_logs_claims' => :'Array<String>',
|
|
@@ -175,6 +179,12 @@ module Akeyless
|
|
|
175
179
|
self.access_expires = 0
|
|
176
180
|
end
|
|
177
181
|
|
|
182
|
+
if attributes.key?(:'allowed_client_type')
|
|
183
|
+
if (value = attributes[:'allowed_client_type']).is_a?(Array)
|
|
184
|
+
self.allowed_client_type = value
|
|
185
|
+
end
|
|
186
|
+
end
|
|
187
|
+
|
|
178
188
|
if attributes.key?(:'allowed_redirect_uri')
|
|
179
189
|
if (value = attributes[:'allowed_redirect_uri']).is_a?(Array)
|
|
180
190
|
self.allowed_redirect_uri = value
|
|
@@ -319,6 +329,7 @@ module Akeyless
|
|
|
319
329
|
return true if self.equal?(o)
|
|
320
330
|
self.class == o.class &&
|
|
321
331
|
access_expires == o.access_expires &&
|
|
332
|
+
allowed_client_type == o.allowed_client_type &&
|
|
322
333
|
allowed_redirect_uri == o.allowed_redirect_uri &&
|
|
323
334
|
audience == o.audience &&
|
|
324
335
|
audit_logs_claims == o.audit_logs_claims &&
|
|
@@ -352,7 +363,7 @@ module Akeyless
|
|
|
352
363
|
# Calculates hash code according to all attributes.
|
|
353
364
|
# @return [Integer] Hash code
|
|
354
365
|
def hash
|
|
355
|
-
[access_expires, allowed_redirect_uri, audience, audit_logs_claims, bound_ips, client_id, client_secret, delete_protection, description, expiration_event_in, force_sub_claims, gw_bound_ips, issuer, json, jwt_ttl, name, product_type, required_scopes, required_scopes_prefix, subclaims_delimiters, token, uid_token, unique_identifier].hash
|
|
366
|
+
[access_expires, allowed_client_type, allowed_redirect_uri, audience, audit_logs_claims, bound_ips, client_id, client_secret, delete_protection, description, expiration_event_in, force_sub_claims, gw_bound_ips, issuer, json, jwt_ttl, name, product_type, required_scopes, required_scopes_prefix, subclaims_delimiters, token, uid_token, unique_identifier].hash
|
|
356
367
|
end
|
|
357
368
|
|
|
358
369
|
# Builds the object from hash
|
|
@@ -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
|
# Allowed redirect URIs after the authentication
|
|
23
25
|
attr_accessor :allowed_redirect_uri
|
|
24
26
|
|
|
@@ -77,6 +79,7 @@ module Akeyless
|
|
|
77
79
|
def self.attribute_map
|
|
78
80
|
{
|
|
79
81
|
:'access_expires' => :'access-expires',
|
|
82
|
+
:'allowed_client_type' => :'allowed-client-type',
|
|
80
83
|
:'allowed_redirect_uri' => :'allowed-redirect-uri',
|
|
81
84
|
:'audit_logs_claims' => :'audit-logs-claims',
|
|
82
85
|
:'bound_ips' => :'bound-ips',
|
|
@@ -107,6 +110,7 @@ module Akeyless
|
|
|
107
110
|
def self.openapi_types
|
|
108
111
|
{
|
|
109
112
|
:'access_expires' => :'Integer',
|
|
113
|
+
:'allowed_client_type' => :'Array<String>',
|
|
110
114
|
:'allowed_redirect_uri' => :'Array<String>',
|
|
111
115
|
:'audit_logs_claims' => :'Array<String>',
|
|
112
116
|
:'bound_ips' => :'Array<String>',
|
|
@@ -155,6 +159,12 @@ module Akeyless
|
|
|
155
159
|
self.access_expires = 0
|
|
156
160
|
end
|
|
157
161
|
|
|
162
|
+
if attributes.key?(:'allowed_client_type')
|
|
163
|
+
if (value = attributes[:'allowed_client_type']).is_a?(Array)
|
|
164
|
+
self.allowed_client_type = value
|
|
165
|
+
end
|
|
166
|
+
end
|
|
167
|
+
|
|
158
168
|
if attributes.key?(:'allowed_redirect_uri')
|
|
159
169
|
if (value = attributes[:'allowed_redirect_uri']).is_a?(Array)
|
|
160
170
|
self.allowed_redirect_uri = value
|
|
@@ -281,6 +291,7 @@ module Akeyless
|
|
|
281
291
|
return true if self.equal?(o)
|
|
282
292
|
self.class == o.class &&
|
|
283
293
|
access_expires == o.access_expires &&
|
|
294
|
+
allowed_client_type == o.allowed_client_type &&
|
|
284
295
|
allowed_redirect_uri == o.allowed_redirect_uri &&
|
|
285
296
|
audit_logs_claims == o.audit_logs_claims &&
|
|
286
297
|
bound_ips == o.bound_ips &&
|
|
@@ -310,7 +321,7 @@ module Akeyless
|
|
|
310
321
|
# Calculates hash code according to all attributes.
|
|
311
322
|
# @return [Integer] Hash code
|
|
312
323
|
def hash
|
|
313
|
-
[access_expires, allowed_redirect_uri, audit_logs_claims, bound_ips, delete_protection, description, expiration_event_in, force_sub_claims, gw_bound_ips, idp_metadata_url, idp_metadata_xml_data, json, jwt_ttl, name, product_type, subclaims_delimiters, token, uid_token, unique_identifier].hash
|
|
324
|
+
[access_expires, allowed_client_type, allowed_redirect_uri, audit_logs_claims, bound_ips, delete_protection, description, expiration_event_in, force_sub_claims, gw_bound_ips, idp_metadata_url, idp_metadata_xml_data, json, jwt_ttl, name, product_type, subclaims_delimiters, token, uid_token, unique_identifier].hash
|
|
314
325
|
end
|
|
315
326
|
|
|
316
327
|
# Builds the object from hash
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|