akeyless 5.0.14 → 5.0.17
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 +13 -1
- data/lib/akeyless/models/auth_method_create_aws_iam.rb +13 -1
- data/lib/akeyless/models/auth_method_create_azure_ad.rb +13 -1
- data/lib/akeyless/models/auth_method_create_cert.rb +13 -1
- data/lib/akeyless/models/auth_method_create_email.rb +13 -1
- data/lib/akeyless/models/auth_method_create_gcp.rb +13 -1
- data/lib/akeyless/models/auth_method_create_k8s.rb +13 -1
- data/lib/akeyless/models/auth_method_create_kerberos.rb +13 -1
- data/lib/akeyless/models/auth_method_create_ldap.rb +13 -1
- data/lib/akeyless/models/auth_method_create_oauth2.rb +13 -1
- data/lib/akeyless/models/auth_method_create_oci.rb +13 -1
- data/lib/akeyless/models/auth_method_create_oidc.rb +13 -1
- data/lib/akeyless/models/auth_method_create_saml.rb +13 -1
- data/lib/akeyless/models/auth_method_create_universal_identity.rb +13 -1
- data/lib/akeyless/models/auth_method_update_api_key.rb +13 -1
- data/lib/akeyless/models/auth_method_update_aws_iam.rb +13 -1
- data/lib/akeyless/models/auth_method_update_azure_ad.rb +13 -1
- data/lib/akeyless/models/auth_method_update_cert.rb +13 -1
- data/lib/akeyless/models/auth_method_update_email.rb +13 -1
- data/lib/akeyless/models/auth_method_update_gcp.rb +13 -1
- data/lib/akeyless/models/auth_method_update_k8s.rb +13 -1
- data/lib/akeyless/models/auth_method_update_kerberos.rb +13 -1
- data/lib/akeyless/models/auth_method_update_ldap.rb +13 -1
- data/lib/akeyless/models/auth_method_update_oauth2.rb +13 -1
- data/lib/akeyless/models/auth_method_update_oci.rb +13 -1
- data/lib/akeyless/models/auth_method_update_oidc.rb +13 -1
- data/lib/akeyless/models/auth_method_update_saml.rb +13 -1
- data/lib/akeyless/models/auth_method_update_universal_identity.rb +13 -1
- data/lib/akeyless/models/bastion_global_conf.rb +19 -1
- data/lib/akeyless/models/create_auth_method.rb +13 -1
- data/lib/akeyless/models/create_auth_method_awsiam.rb +13 -1
- data/lib/akeyless/models/create_auth_method_azure_ad.rb +13 -1
- data/lib/akeyless/models/create_auth_method_cert.rb +13 -1
- data/lib/akeyless/models/create_auth_method_email.rb +13 -1
- data/lib/akeyless/models/create_auth_method_gcp.rb +13 -1
- data/lib/akeyless/models/create_auth_method_huawei.rb +13 -1
- data/lib/akeyless/models/create_auth_method_k8_s.rb +13 -1
- data/lib/akeyless/models/create_auth_method_ldap.rb +13 -1
- data/lib/akeyless/models/create_auth_method_o_auth2.rb +13 -1
- data/lib/akeyless/models/create_auth_method_oci.rb +13 -1
- data/lib/akeyless/models/create_auth_method_oidc.rb +13 -1
- data/lib/akeyless/models/create_auth_method_saml.rb +13 -1
- data/lib/akeyless/models/create_auth_method_universal_identity.rb +13 -1
- data/lib/akeyless/models/create_pki_cert_issuer.rb +31 -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 +23 -1
- data/lib/akeyless/models/update_auth_method.rb +13 -1
- data/lib/akeyless/models/update_auth_method_awsiam.rb +13 -1
- data/lib/akeyless/models/update_auth_method_azure_ad.rb +13 -1
- data/lib/akeyless/models/update_auth_method_cert.rb +13 -1
- data/lib/akeyless/models/update_auth_method_gcp.rb +13 -1
- data/lib/akeyless/models/update_auth_method_k8_s.rb +13 -1
- data/lib/akeyless/models/update_auth_method_ldap.rb +13 -1
- data/lib/akeyless/models/update_auth_method_o_auth2.rb +13 -1
- data/lib/akeyless/models/update_auth_method_oci.rb +13 -1
- data/lib/akeyless/models/update_auth_method_oidc.rb +13 -1
- data/lib/akeyless/models/update_auth_method_saml.rb +13 -1
- data/lib/akeyless/models/update_auth_method_universal_identity.rb +13 -1
- data/lib/akeyless/models/update_pki_cert_issuer.rb +31 -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,9 @@ 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
|
+
# limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
|
|
23
|
+
attr_accessor :allowed_client_type
|
|
24
|
+
|
|
22
25
|
# Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
|
|
23
26
|
attr_accessor :audit_logs_claims
|
|
24
27
|
|
|
@@ -71,6 +74,7 @@ module Akeyless
|
|
|
71
74
|
def self.attribute_map
|
|
72
75
|
{
|
|
73
76
|
:'access_expires' => :'access-expires',
|
|
77
|
+
:'allowed_client_type' => :'allowed-client-type',
|
|
74
78
|
:'audit_logs_claims' => :'audit-logs-claims',
|
|
75
79
|
:'bound_ips' => :'bound-ips',
|
|
76
80
|
:'delete_protection' => :'delete_protection',
|
|
@@ -99,6 +103,7 @@ module Akeyless
|
|
|
99
103
|
def self.openapi_types
|
|
100
104
|
{
|
|
101
105
|
:'access_expires' => :'Integer',
|
|
106
|
+
:'allowed_client_type' => :'Array<String>',
|
|
102
107
|
:'audit_logs_claims' => :'Array<String>',
|
|
103
108
|
:'bound_ips' => :'Array<String>',
|
|
104
109
|
:'delete_protection' => :'String',
|
|
@@ -145,6 +150,12 @@ module Akeyless
|
|
|
145
150
|
self.access_expires = 0
|
|
146
151
|
end
|
|
147
152
|
|
|
153
|
+
if attributes.key?(:'allowed_client_type')
|
|
154
|
+
if (value = attributes[:'allowed_client_type']).is_a?(Array)
|
|
155
|
+
self.allowed_client_type = value
|
|
156
|
+
end
|
|
157
|
+
end
|
|
158
|
+
|
|
148
159
|
if attributes.key?(:'audit_logs_claims')
|
|
149
160
|
if (value = attributes[:'audit_logs_claims']).is_a?(Array)
|
|
150
161
|
self.audit_logs_claims = value
|
|
@@ -256,6 +267,7 @@ module Akeyless
|
|
|
256
267
|
return true if self.equal?(o)
|
|
257
268
|
self.class == o.class &&
|
|
258
269
|
access_expires == o.access_expires &&
|
|
270
|
+
allowed_client_type == o.allowed_client_type &&
|
|
259
271
|
audit_logs_claims == o.audit_logs_claims &&
|
|
260
272
|
bound_ips == o.bound_ips &&
|
|
261
273
|
delete_protection == o.delete_protection &&
|
|
@@ -283,7 +295,7 @@ module Akeyless
|
|
|
283
295
|
# Calculates hash code according to all attributes.
|
|
284
296
|
# @return [Integer] Hash code
|
|
285
297
|
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
|
|
298
|
+
[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
299
|
end
|
|
288
300
|
|
|
289
301
|
# Builds the object from hash
|
|
@@ -19,6 +19,9 @@ 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
|
+
# limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
|
|
23
|
+
attr_accessor :allowed_client_type
|
|
24
|
+
|
|
22
25
|
# The audience in the JWT
|
|
23
26
|
attr_accessor :audience
|
|
24
27
|
|
|
@@ -92,6 +95,7 @@ module Akeyless
|
|
|
92
95
|
def self.attribute_map
|
|
93
96
|
{
|
|
94
97
|
:'access_expires' => :'access-expires',
|
|
98
|
+
:'allowed_client_type' => :'allowed-client-type',
|
|
95
99
|
:'audience' => :'audience',
|
|
96
100
|
:'audit_logs_claims' => :'audit-logs-claims',
|
|
97
101
|
:'bound_client_ids' => :'bound-client-ids',
|
|
@@ -127,6 +131,7 @@ module Akeyless
|
|
|
127
131
|
def self.openapi_types
|
|
128
132
|
{
|
|
129
133
|
:'access_expires' => :'Integer',
|
|
134
|
+
:'allowed_client_type' => :'Array<String>',
|
|
130
135
|
:'audience' => :'String',
|
|
131
136
|
:'audit_logs_claims' => :'Array<String>',
|
|
132
137
|
:'bound_client_ids' => :'Array<String>',
|
|
@@ -180,6 +185,12 @@ module Akeyless
|
|
|
180
185
|
self.access_expires = 0
|
|
181
186
|
end
|
|
182
187
|
|
|
188
|
+
if attributes.key?(:'allowed_client_type')
|
|
189
|
+
if (value = attributes[:'allowed_client_type']).is_a?(Array)
|
|
190
|
+
self.allowed_client_type = value
|
|
191
|
+
end
|
|
192
|
+
end
|
|
193
|
+
|
|
183
194
|
if attributes.key?(:'audience')
|
|
184
195
|
self.audience = attributes[:'audience']
|
|
185
196
|
end
|
|
@@ -326,6 +337,7 @@ module Akeyless
|
|
|
326
337
|
return true if self.equal?(o)
|
|
327
338
|
self.class == o.class &&
|
|
328
339
|
access_expires == o.access_expires &&
|
|
340
|
+
allowed_client_type == o.allowed_client_type &&
|
|
329
341
|
audience == o.audience &&
|
|
330
342
|
audit_logs_claims == o.audit_logs_claims &&
|
|
331
343
|
bound_client_ids == o.bound_client_ids &&
|
|
@@ -360,7 +372,7 @@ module Akeyless
|
|
|
360
372
|
# Calculates hash code according to all attributes.
|
|
361
373
|
# @return [Integer] Hash code
|
|
362
374
|
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
|
|
375
|
+
[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
376
|
end
|
|
365
377
|
|
|
366
378
|
# Builds the object from hash
|
|
@@ -19,6 +19,9 @@ 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
|
+
# limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
|
|
23
|
+
attr_accessor :allowed_client_type
|
|
24
|
+
|
|
22
25
|
# Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
|
|
23
26
|
attr_accessor :audit_logs_claims
|
|
24
27
|
|
|
@@ -68,6 +71,7 @@ module Akeyless
|
|
|
68
71
|
def self.attribute_map
|
|
69
72
|
{
|
|
70
73
|
:'access_expires' => :'access-expires',
|
|
74
|
+
:'allowed_client_type' => :'allowed-client-type',
|
|
71
75
|
:'audit_logs_claims' => :'audit-logs-claims',
|
|
72
76
|
:'bound_ips' => :'bound-ips',
|
|
73
77
|
:'delete_protection' => :'delete_protection',
|
|
@@ -95,6 +99,7 @@ module Akeyless
|
|
|
95
99
|
def self.openapi_types
|
|
96
100
|
{
|
|
97
101
|
:'access_expires' => :'Integer',
|
|
102
|
+
:'allowed_client_type' => :'Array<String>',
|
|
98
103
|
:'audit_logs_claims' => :'Array<String>',
|
|
99
104
|
:'bound_ips' => :'Array<String>',
|
|
100
105
|
:'delete_protection' => :'String',
|
|
@@ -140,6 +145,12 @@ module Akeyless
|
|
|
140
145
|
self.access_expires = 0
|
|
141
146
|
end
|
|
142
147
|
|
|
148
|
+
if attributes.key?(:'allowed_client_type')
|
|
149
|
+
if (value = attributes[:'allowed_client_type']).is_a?(Array)
|
|
150
|
+
self.allowed_client_type = value
|
|
151
|
+
end
|
|
152
|
+
end
|
|
153
|
+
|
|
143
154
|
if attributes.key?(:'audit_logs_claims')
|
|
144
155
|
if (value = attributes[:'audit_logs_claims']).is_a?(Array)
|
|
145
156
|
self.audit_logs_claims = value
|
|
@@ -259,6 +270,7 @@ module Akeyless
|
|
|
259
270
|
return true if self.equal?(o)
|
|
260
271
|
self.class == o.class &&
|
|
261
272
|
access_expires == o.access_expires &&
|
|
273
|
+
allowed_client_type == o.allowed_client_type &&
|
|
262
274
|
audit_logs_claims == o.audit_logs_claims &&
|
|
263
275
|
bound_ips == o.bound_ips &&
|
|
264
276
|
delete_protection == o.delete_protection &&
|
|
@@ -285,7 +297,7 @@ module Akeyless
|
|
|
285
297
|
# Calculates hash code according to all attributes.
|
|
286
298
|
# @return [Integer] Hash code
|
|
287
299
|
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
|
|
300
|
+
[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
301
|
end
|
|
290
302
|
|
|
291
303
|
# Builds the object from hash
|
|
@@ -19,6 +19,9 @@ 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
|
+
# limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
|
|
23
|
+
attr_accessor :allowed_client_type
|
|
24
|
+
|
|
22
25
|
# Allowed redirect URIs after the authentication
|
|
23
26
|
attr_accessor :allowed_redirect_uri
|
|
24
27
|
|
|
@@ -89,6 +92,7 @@ module Akeyless
|
|
|
89
92
|
def self.attribute_map
|
|
90
93
|
{
|
|
91
94
|
:'access_expires' => :'access-expires',
|
|
95
|
+
:'allowed_client_type' => :'allowed-client-type',
|
|
92
96
|
:'allowed_redirect_uri' => :'allowed-redirect-uri',
|
|
93
97
|
:'audience' => :'audience',
|
|
94
98
|
:'audit_logs_claims' => :'audit-logs-claims',
|
|
@@ -123,6 +127,7 @@ module Akeyless
|
|
|
123
127
|
def self.openapi_types
|
|
124
128
|
{
|
|
125
129
|
:'access_expires' => :'Integer',
|
|
130
|
+
:'allowed_client_type' => :'Array<String>',
|
|
126
131
|
:'allowed_redirect_uri' => :'Array<String>',
|
|
127
132
|
:'audience' => :'String',
|
|
128
133
|
:'audit_logs_claims' => :'Array<String>',
|
|
@@ -175,6 +180,12 @@ module Akeyless
|
|
|
175
180
|
self.access_expires = 0
|
|
176
181
|
end
|
|
177
182
|
|
|
183
|
+
if attributes.key?(:'allowed_client_type')
|
|
184
|
+
if (value = attributes[:'allowed_client_type']).is_a?(Array)
|
|
185
|
+
self.allowed_client_type = value
|
|
186
|
+
end
|
|
187
|
+
end
|
|
188
|
+
|
|
178
189
|
if attributes.key?(:'allowed_redirect_uri')
|
|
179
190
|
if (value = attributes[:'allowed_redirect_uri']).is_a?(Array)
|
|
180
191
|
self.allowed_redirect_uri = value
|
|
@@ -319,6 +330,7 @@ module Akeyless
|
|
|
319
330
|
return true if self.equal?(o)
|
|
320
331
|
self.class == o.class &&
|
|
321
332
|
access_expires == o.access_expires &&
|
|
333
|
+
allowed_client_type == o.allowed_client_type &&
|
|
322
334
|
allowed_redirect_uri == o.allowed_redirect_uri &&
|
|
323
335
|
audience == o.audience &&
|
|
324
336
|
audit_logs_claims == o.audit_logs_claims &&
|
|
@@ -352,7 +364,7 @@ module Akeyless
|
|
|
352
364
|
# Calculates hash code according to all attributes.
|
|
353
365
|
# @return [Integer] Hash code
|
|
354
366
|
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
|
|
367
|
+
[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
368
|
end
|
|
357
369
|
|
|
358
370
|
# Builds the object from hash
|
|
@@ -19,6 +19,9 @@ 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
|
+
# limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
|
|
23
|
+
attr_accessor :allowed_client_type
|
|
24
|
+
|
|
22
25
|
# Allowed redirect URIs after the authentication
|
|
23
26
|
attr_accessor :allowed_redirect_uri
|
|
24
27
|
|
|
@@ -77,6 +80,7 @@ module Akeyless
|
|
|
77
80
|
def self.attribute_map
|
|
78
81
|
{
|
|
79
82
|
:'access_expires' => :'access-expires',
|
|
83
|
+
:'allowed_client_type' => :'allowed-client-type',
|
|
80
84
|
:'allowed_redirect_uri' => :'allowed-redirect-uri',
|
|
81
85
|
:'audit_logs_claims' => :'audit-logs-claims',
|
|
82
86
|
:'bound_ips' => :'bound-ips',
|
|
@@ -107,6 +111,7 @@ module Akeyless
|
|
|
107
111
|
def self.openapi_types
|
|
108
112
|
{
|
|
109
113
|
:'access_expires' => :'Integer',
|
|
114
|
+
:'allowed_client_type' => :'Array<String>',
|
|
110
115
|
:'allowed_redirect_uri' => :'Array<String>',
|
|
111
116
|
:'audit_logs_claims' => :'Array<String>',
|
|
112
117
|
:'bound_ips' => :'Array<String>',
|
|
@@ -155,6 +160,12 @@ module Akeyless
|
|
|
155
160
|
self.access_expires = 0
|
|
156
161
|
end
|
|
157
162
|
|
|
163
|
+
if attributes.key?(:'allowed_client_type')
|
|
164
|
+
if (value = attributes[:'allowed_client_type']).is_a?(Array)
|
|
165
|
+
self.allowed_client_type = value
|
|
166
|
+
end
|
|
167
|
+
end
|
|
168
|
+
|
|
158
169
|
if attributes.key?(:'allowed_redirect_uri')
|
|
159
170
|
if (value = attributes[:'allowed_redirect_uri']).is_a?(Array)
|
|
160
171
|
self.allowed_redirect_uri = value
|
|
@@ -281,6 +292,7 @@ module Akeyless
|
|
|
281
292
|
return true if self.equal?(o)
|
|
282
293
|
self.class == o.class &&
|
|
283
294
|
access_expires == o.access_expires &&
|
|
295
|
+
allowed_client_type == o.allowed_client_type &&
|
|
284
296
|
allowed_redirect_uri == o.allowed_redirect_uri &&
|
|
285
297
|
audit_logs_claims == o.audit_logs_claims &&
|
|
286
298
|
bound_ips == o.bound_ips &&
|
|
@@ -310,7 +322,7 @@ module Akeyless
|
|
|
310
322
|
# Calculates hash code according to all attributes.
|
|
311
323
|
# @return [Integer] Hash code
|
|
312
324
|
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
|
|
325
|
+
[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
326
|
end
|
|
315
327
|
|
|
316
328
|
# Builds the object from hash
|
|
@@ -19,6 +19,9 @@ 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
|
+
# limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
|
|
23
|
+
attr_accessor :allowed_client_type
|
|
24
|
+
|
|
22
25
|
# Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
|
|
23
26
|
attr_accessor :audit_logs_claims
|
|
24
27
|
|
|
@@ -71,6 +74,7 @@ module Akeyless
|
|
|
71
74
|
def self.attribute_map
|
|
72
75
|
{
|
|
73
76
|
:'access_expires' => :'access-expires',
|
|
77
|
+
:'allowed_client_type' => :'allowed-client-type',
|
|
74
78
|
:'audit_logs_claims' => :'audit-logs-claims',
|
|
75
79
|
:'bound_ips' => :'bound-ips',
|
|
76
80
|
:'delete_protection' => :'delete_protection',
|
|
@@ -99,6 +103,7 @@ module Akeyless
|
|
|
99
103
|
def self.openapi_types
|
|
100
104
|
{
|
|
101
105
|
:'access_expires' => :'Integer',
|
|
106
|
+
:'allowed_client_type' => :'Array<String>',
|
|
102
107
|
:'audit_logs_claims' => :'Array<String>',
|
|
103
108
|
:'bound_ips' => :'Array<String>',
|
|
104
109
|
:'delete_protection' => :'String',
|
|
@@ -145,6 +150,12 @@ module Akeyless
|
|
|
145
150
|
self.access_expires = 0
|
|
146
151
|
end
|
|
147
152
|
|
|
153
|
+
if attributes.key?(:'allowed_client_type')
|
|
154
|
+
if (value = attributes[:'allowed_client_type']).is_a?(Array)
|
|
155
|
+
self.allowed_client_type = value
|
|
156
|
+
end
|
|
157
|
+
end
|
|
158
|
+
|
|
148
159
|
if attributes.key?(:'audit_logs_claims')
|
|
149
160
|
if (value = attributes[:'audit_logs_claims']).is_a?(Array)
|
|
150
161
|
self.audit_logs_claims = value
|
|
@@ -254,6 +265,7 @@ module Akeyless
|
|
|
254
265
|
return true if self.equal?(o)
|
|
255
266
|
self.class == o.class &&
|
|
256
267
|
access_expires == o.access_expires &&
|
|
268
|
+
allowed_client_type == o.allowed_client_type &&
|
|
257
269
|
audit_logs_claims == o.audit_logs_claims &&
|
|
258
270
|
bound_ips == o.bound_ips &&
|
|
259
271
|
delete_protection == o.delete_protection &&
|
|
@@ -281,7 +293,7 @@ module Akeyless
|
|
|
281
293
|
# Calculates hash code according to all attributes.
|
|
282
294
|
# @return [Integer] Hash code
|
|
283
295
|
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
|
|
296
|
+
[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
297
|
end
|
|
286
298
|
|
|
287
299
|
# Builds the object from hash
|
|
@@ -54,9 +54,15 @@ 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
|
+
# Set this to enable an OCSP endpoint in the Gateway and include its URL in AIA
|
|
58
|
+
attr_accessor :create_private_ocsp
|
|
59
|
+
|
|
57
60
|
# Set this to allow the cert issuer will expose a public CRL endpoint
|
|
58
61
|
attr_accessor :create_public_crl
|
|
59
62
|
|
|
63
|
+
# Set this to enable a public OCSP endpoint and include its URL in AIA (served by UAM and includes account id)
|
|
64
|
+
attr_accessor :create_public_ocsp
|
|
65
|
+
|
|
60
66
|
# Mark key usage as critical [true/false]
|
|
61
67
|
attr_accessor :critical_key_usage
|
|
62
68
|
|
|
@@ -111,6 +117,9 @@ module Akeyless
|
|
|
111
117
|
# If set, clients can request certificates without a CN
|
|
112
118
|
attr_accessor :not_require_cn
|
|
113
119
|
|
|
120
|
+
# OCSP NextUpdate window for OCSP responses (min 10m). Supports s,m,h,d suffix.
|
|
121
|
+
attr_accessor :ocsp_ttl
|
|
122
|
+
|
|
114
123
|
# A comma-separated list of organizational units (OU) that will be set in the issued certificate
|
|
115
124
|
attr_accessor :organizational_units
|
|
116
125
|
|
|
@@ -166,7 +175,9 @@ module Akeyless
|
|
|
166
175
|
:'code_signing_flag' => :'code-signing-flag',
|
|
167
176
|
:'country' => :'country',
|
|
168
177
|
:'create_private_crl' => :'create-private-crl',
|
|
178
|
+
:'create_private_ocsp' => :'create-private-ocsp',
|
|
169
179
|
:'create_public_crl' => :'create-public-crl',
|
|
180
|
+
:'create_public_ocsp' => :'create-public-ocsp',
|
|
170
181
|
:'critical_key_usage' => :'critical-key-usage',
|
|
171
182
|
:'delete_protection' => :'delete_protection',
|
|
172
183
|
:'description' => :'description',
|
|
@@ -185,6 +196,7 @@ module Akeyless
|
|
|
185
196
|
:'name' => :'name',
|
|
186
197
|
:'not_enforce_hostnames' => :'not-enforce-hostnames',
|
|
187
198
|
:'not_require_cn' => :'not-require-cn',
|
|
199
|
+
:'ocsp_ttl' => :'ocsp-ttl',
|
|
188
200
|
:'organizational_units' => :'organizational-units',
|
|
189
201
|
:'organizations' => :'organizations',
|
|
190
202
|
:'postal_code' => :'postal-code',
|
|
@@ -222,7 +234,9 @@ module Akeyless
|
|
|
222
234
|
:'code_signing_flag' => :'Boolean',
|
|
223
235
|
:'country' => :'String',
|
|
224
236
|
:'create_private_crl' => :'Boolean',
|
|
237
|
+
:'create_private_ocsp' => :'Boolean',
|
|
225
238
|
:'create_public_crl' => :'Boolean',
|
|
239
|
+
:'create_public_ocsp' => :'Boolean',
|
|
226
240
|
:'critical_key_usage' => :'String',
|
|
227
241
|
:'delete_protection' => :'String',
|
|
228
242
|
:'description' => :'String',
|
|
@@ -241,6 +255,7 @@ module Akeyless
|
|
|
241
255
|
:'name' => :'String',
|
|
242
256
|
:'not_enforce_hostnames' => :'Boolean',
|
|
243
257
|
:'not_require_cn' => :'Boolean',
|
|
258
|
+
:'ocsp_ttl' => :'String',
|
|
244
259
|
:'organizational_units' => :'String',
|
|
245
260
|
:'organizations' => :'String',
|
|
246
261
|
:'postal_code' => :'String',
|
|
@@ -330,10 +345,18 @@ module Akeyless
|
|
|
330
345
|
self.create_private_crl = attributes[:'create_private_crl']
|
|
331
346
|
end
|
|
332
347
|
|
|
348
|
+
if attributes.key?(:'create_private_ocsp')
|
|
349
|
+
self.create_private_ocsp = attributes[:'create_private_ocsp']
|
|
350
|
+
end
|
|
351
|
+
|
|
333
352
|
if attributes.key?(:'create_public_crl')
|
|
334
353
|
self.create_public_crl = attributes[:'create_public_crl']
|
|
335
354
|
end
|
|
336
355
|
|
|
356
|
+
if attributes.key?(:'create_public_ocsp')
|
|
357
|
+
self.create_public_ocsp = attributes[:'create_public_ocsp']
|
|
358
|
+
end
|
|
359
|
+
|
|
337
360
|
if attributes.key?(:'critical_key_usage')
|
|
338
361
|
self.critical_key_usage = attributes[:'critical_key_usage']
|
|
339
362
|
else
|
|
@@ -420,6 +443,10 @@ module Akeyless
|
|
|
420
443
|
self.not_require_cn = attributes[:'not_require_cn']
|
|
421
444
|
end
|
|
422
445
|
|
|
446
|
+
if attributes.key?(:'ocsp_ttl')
|
|
447
|
+
self.ocsp_ttl = attributes[:'ocsp_ttl']
|
|
448
|
+
end
|
|
449
|
+
|
|
423
450
|
if attributes.key?(:'organizational_units')
|
|
424
451
|
self.organizational_units = attributes[:'organizational_units']
|
|
425
452
|
end
|
|
@@ -520,7 +547,9 @@ module Akeyless
|
|
|
520
547
|
code_signing_flag == o.code_signing_flag &&
|
|
521
548
|
country == o.country &&
|
|
522
549
|
create_private_crl == o.create_private_crl &&
|
|
550
|
+
create_private_ocsp == o.create_private_ocsp &&
|
|
523
551
|
create_public_crl == o.create_public_crl &&
|
|
552
|
+
create_public_ocsp == o.create_public_ocsp &&
|
|
524
553
|
critical_key_usage == o.critical_key_usage &&
|
|
525
554
|
delete_protection == o.delete_protection &&
|
|
526
555
|
description == o.description &&
|
|
@@ -539,6 +568,7 @@ module Akeyless
|
|
|
539
568
|
name == o.name &&
|
|
540
569
|
not_enforce_hostnames == o.not_enforce_hostnames &&
|
|
541
570
|
not_require_cn == o.not_require_cn &&
|
|
571
|
+
ocsp_ttl == o.ocsp_ttl &&
|
|
542
572
|
organizational_units == o.organizational_units &&
|
|
543
573
|
organizations == o.organizations &&
|
|
544
574
|
postal_code == o.postal_code &&
|
|
@@ -563,7 +593,7 @@ module Akeyless
|
|
|
563
593
|
# Calculates hash code according to all attributes.
|
|
564
594
|
# @return [Integer] Hash code
|
|
565
595
|
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
|
|
596
|
+
[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
597
|
end
|
|
568
598
|
|
|
569
599
|
# 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
|