akeyless 3.3.11 → 3.3.13
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 +12 -1
- data/docs/AccessPermissionAssignment.md +20 -0
- data/docs/AuthMethodRoleAssociation.md +2 -0
- data/docs/CreateAuthMethodEmail.md +36 -0
- data/docs/CreateAuthMethodEmailOutput.md +18 -0
- data/docs/CreatePKICertIssuer.md +2 -0
- data/docs/EsmDeleteSecretOutput.md +18 -0
- data/docs/EsmGetSecretOutput.md +2 -0
- data/docs/EsmUpdateSecretOutput.md +2 -0
- data/docs/GoogleChronicleForwardingConfig.md +24 -0
- data/docs/ItemGeneralInfo.md +2 -0
- data/docs/LogForwardingConfigPart.md +2 -0
- data/docs/OidcClientInfo.md +34 -0
- data/docs/UpdatePKICertIssuer.md +2 -0
- data/docs/V2Api.md +319 -4
- data/lib/akeyless/api/v2_api.rb +323 -3
- data/lib/akeyless/models/access_permission_assignment.rb +230 -0
- data/lib/akeyless/models/auth_method_role_association.rb +10 -1
- data/lib/akeyless/models/create_auth_method_email.rb +331 -0
- data/lib/akeyless/models/create_auth_method_email_output.rb +219 -0
- data/lib/akeyless/models/create_pki_cert_issuer.rb +11 -1
- data/lib/akeyless/models/esm_delete_secret_output.rb +219 -0
- data/lib/akeyless/models/esm_get_secret_output.rb +10 -1
- data/lib/akeyless/models/esm_update_secret_output.rb +10 -1
- data/lib/akeyless/models/google_chronicle_forwarding_config.rb +246 -0
- data/lib/akeyless/models/item_general_info.rb +10 -1
- data/lib/akeyless/models/log_forwarding_config_part.rb +10 -1
- data/lib/akeyless/models/oidc_client_info.rb +305 -0
- data/lib/akeyless/models/update_pki_cert_issuer.rb +11 -1
- data/lib/akeyless/version.rb +1 -1
- data/lib/akeyless.rb +6 -0
- data/spec/models/access_permission_assignment_spec.rb +40 -0
- data/spec/models/create_auth_method_email_output_spec.rb +34 -0
- data/spec/models/create_auth_method_email_spec.rb +88 -0
- data/spec/models/esm_delete_secret_output_spec.rb +34 -0
- data/spec/models/google_chronicle_forwarding_config_spec.rb +52 -0
- data/spec/models/oidc_client_info_spec.rb +82 -0
- metadata +649 -625
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 52787d3736869e3c30705e5aa70304bbe91b957ed10e2fcbfa97b4c5b08d7b19
|
4
|
+
data.tar.gz: ea8a012682ce8bb3055137c824e3f4acf7903f7aeb0171efbb74e96c23345706
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd5315322aef1d78fef7843d7745976931ee3a7764b843ae77de8beee57390cbfebab8ee8bb26328114c7362aad25302fcedc34e215524f1ee07ac5ca8535fb8
|
7
|
+
data.tar.gz: e83dd2363f1e5227ef0d6b7fa79aba42964c6206212ef2a7ac61a3c11d98faeefe6da533052125406980e22bae62d780d5e426a484de925785292867a608b579
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ The purpose of this application is to provide access to Akeyless API.
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
9
|
- API version: 2.0
|
10
|
-
- Package version: 3.3.
|
10
|
+
- Package version: 3.3.13
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [http://akeyless.io](http://akeyless.io)
|
13
13
|
|
@@ -69,6 +69,7 @@ Class | Method | HTTP request | Description
|
|
69
69
|
*Akeyless::V2Api* | [**create_auth_method_awsiam**](docs/V2Api.md#create_auth_method_awsiam) | **POST** /create-auth-method-aws-iam |
|
70
70
|
*Akeyless::V2Api* | [**create_auth_method_azure_ad**](docs/V2Api.md#create_auth_method_azure_ad) | **POST** /create-auth-method-azure-ad |
|
71
71
|
*Akeyless::V2Api* | [**create_auth_method_cert**](docs/V2Api.md#create_auth_method_cert) | **POST** /create-auth-method-cert |
|
72
|
+
*Akeyless::V2Api* | [**create_auth_method_email**](docs/V2Api.md#create_auth_method_email) | **POST** /create-auth-method-email |
|
72
73
|
*Akeyless::V2Api* | [**create_auth_method_gcp**](docs/V2Api.md#create_auth_method_gcp) | **POST** /create-auth-method-gcp |
|
73
74
|
*Akeyless::V2Api* | [**create_auth_method_huawei**](docs/V2Api.md#create_auth_method_huawei) | **POST** /create-auth-method-huawei |
|
74
75
|
*Akeyless::V2Api* | [**create_auth_method_k8_s**](docs/V2Api.md#create_auth_method_k8_s) | **POST** /create-auth-method-k8s |
|
@@ -143,6 +144,7 @@ Class | Method | HTTP request | Description
|
|
143
144
|
*Akeyless::V2Api* | [**esm_update**](docs/V2Api.md#esm_update) | **POST** /esm-update |
|
144
145
|
*Akeyless::V2Api* | [**event_action**](docs/V2Api.md#event_action) | **POST** /event-action |
|
145
146
|
*Akeyless::V2Api* | [**export_classic_key**](docs/V2Api.md#export_classic_key) | **POST** /export-classic-key |
|
147
|
+
*Akeyless::V2Api* | [**gateway_create_allowed_access**](docs/V2Api.md#gateway_create_allowed_access) | **POST** /gateway-create-allowed-access |
|
146
148
|
*Akeyless::V2Api* | [**gateway_create_k8_s_auth_config**](docs/V2Api.md#gateway_create_k8_s_auth_config) | **POST** /gateway-create-k8s-auth-config |
|
147
149
|
*Akeyless::V2Api* | [**gateway_create_migration**](docs/V2Api.md#gateway_create_migration) | **POST** /gateway-create-migration |
|
148
150
|
*Akeyless::V2Api* | [**gateway_create_producer_artifactory**](docs/V2Api.md#gateway_create_producer_artifactory) | **POST** /gateway-create-producer-artifactory |
|
@@ -170,10 +172,12 @@ Class | Method | HTTP request | Description
|
|
170
172
|
*Akeyless::V2Api* | [**gateway_create_producer_redis**](docs/V2Api.md#gateway_create_producer_redis) | **POST** /gateway-create-producer-Redis |
|
171
173
|
*Akeyless::V2Api* | [**gateway_create_producer_redshift**](docs/V2Api.md#gateway_create_producer_redshift) | **POST** /gateway-create-producer-redshift |
|
172
174
|
*Akeyless::V2Api* | [**gateway_create_producer_snowflake**](docs/V2Api.md#gateway_create_producer_snowflake) | **POST** /gateway-create-producer-snowflake |
|
175
|
+
*Akeyless::V2Api* | [**gateway_delete_allowed_access**](docs/V2Api.md#gateway_delete_allowed_access) | **DELETE** /gateway-delete-allowed-access |
|
173
176
|
*Akeyless::V2Api* | [**gateway_delete_k8_s_auth_config**](docs/V2Api.md#gateway_delete_k8_s_auth_config) | **POST** /gateway-delete-k8s-auth-config |
|
174
177
|
*Akeyless::V2Api* | [**gateway_delete_migration**](docs/V2Api.md#gateway_delete_migration) | **POST** /gateway-delete-migration |
|
175
178
|
*Akeyless::V2Api* | [**gateway_delete_producer**](docs/V2Api.md#gateway_delete_producer) | **POST** /gateway-delete-producer |
|
176
179
|
*Akeyless::V2Api* | [**gateway_download_customer_fragments**](docs/V2Api.md#gateway_download_customer_fragments) | **POST** /gateway-download-customer-fragments |
|
180
|
+
*Akeyless::V2Api* | [**gateway_get_allowed_access**](docs/V2Api.md#gateway_get_allowed_access) | **GET** /gateway-get-allowed-access |
|
177
181
|
*Akeyless::V2Api* | [**gateway_get_config**](docs/V2Api.md#gateway_get_config) | **POST** /gateway-get-config |
|
178
182
|
*Akeyless::V2Api* | [**gateway_get_k8_s_auth_config**](docs/V2Api.md#gateway_get_k8_s_auth_config) | **POST** /gateway-get-k8s-auth-config |
|
179
183
|
*Akeyless::V2Api* | [**gateway_get_ldap_auth_config**](docs/V2Api.md#gateway_get_ldap_auth_config) | **POST** /gateway-get-ldap-auth-config |
|
@@ -189,6 +193,7 @@ Class | Method | HTTP request | Description
|
|
189
193
|
*Akeyless::V2Api* | [**gateway_status_migration**](docs/V2Api.md#gateway_status_migration) | **POST** /gateway-migration-status |
|
190
194
|
*Akeyless::V2Api* | [**gateway_stop_producer**](docs/V2Api.md#gateway_stop_producer) | **POST** /gateway-stop-producer |
|
191
195
|
*Akeyless::V2Api* | [**gateway_sync_migration**](docs/V2Api.md#gateway_sync_migration) | **POST** /gateway-sync-migration |
|
196
|
+
*Akeyless::V2Api* | [**gateway_update_allowed_access**](docs/V2Api.md#gateway_update_allowed_access) | **POST** /gateway-update-allowed-access |
|
192
197
|
*Akeyless::V2Api* | [**gateway_update_item**](docs/V2Api.md#gateway_update_item) | **POST** /gateway-update-item |
|
193
198
|
*Akeyless::V2Api* | [**gateway_update_k8_s_auth_config**](docs/V2Api.md#gateway_update_k8_s_auth_config) | **POST** /gateway-update-k8s-auth-config |
|
194
199
|
*Akeyless::V2Api* | [**gateway_update_ldap_auth_config**](docs/V2Api.md#gateway_update_ldap_auth_config) | **POST** /gateway-update-ldap-auth-config |
|
@@ -348,6 +353,7 @@ Class | Method | HTTP request | Description
|
|
348
353
|
- [Akeyless::AWSIAMAccessRules](docs/AWSIAMAccessRules.md)
|
349
354
|
- [Akeyless::AWSPayload](docs/AWSPayload.md)
|
350
355
|
- [Akeyless::AWSSecretsMigration](docs/AWSSecretsMigration.md)
|
356
|
+
- [Akeyless::AccessPermissionAssignment](docs/AccessPermissionAssignment.md)
|
351
357
|
- [Akeyless::AccountGeneralSettings](docs/AccountGeneralSettings.md)
|
352
358
|
- [Akeyless::AccountObjectVersionSettingsOutput](docs/AccountObjectVersionSettingsOutput.md)
|
353
359
|
- [Akeyless::ActiveDirectoryMigration](docs/ActiveDirectoryMigration.md)
|
@@ -403,6 +409,8 @@ Class | Method | HTTP request | Description
|
|
403
409
|
- [Akeyless::CreateAuthMethodAzureADOutput](docs/CreateAuthMethodAzureADOutput.md)
|
404
410
|
- [Akeyless::CreateAuthMethodCert](docs/CreateAuthMethodCert.md)
|
405
411
|
- [Akeyless::CreateAuthMethodCertOutput](docs/CreateAuthMethodCertOutput.md)
|
412
|
+
- [Akeyless::CreateAuthMethodEmail](docs/CreateAuthMethodEmail.md)
|
413
|
+
- [Akeyless::CreateAuthMethodEmailOutput](docs/CreateAuthMethodEmailOutput.md)
|
406
414
|
- [Akeyless::CreateAuthMethodGCP](docs/CreateAuthMethodGCP.md)
|
407
415
|
- [Akeyless::CreateAuthMethodGCPOutput](docs/CreateAuthMethodGCPOutput.md)
|
408
416
|
- [Akeyless::CreateAuthMethodHuawei](docs/CreateAuthMethodHuawei.md)
|
@@ -544,6 +552,7 @@ Class | Method | HTTP request | Description
|
|
544
552
|
- [Akeyless::EsmCreate](docs/EsmCreate.md)
|
545
553
|
- [Akeyless::EsmCreateSecretOutput](docs/EsmCreateSecretOutput.md)
|
546
554
|
- [Akeyless::EsmDelete](docs/EsmDelete.md)
|
555
|
+
- [Akeyless::EsmDeleteSecretOutput](docs/EsmDeleteSecretOutput.md)
|
547
556
|
- [Akeyless::EsmGet](docs/EsmGet.md)
|
548
557
|
- [Akeyless::EsmGetSecretOutput](docs/EsmGetSecretOutput.md)
|
549
558
|
- [Akeyless::EsmList](docs/EsmList.md)
|
@@ -738,6 +747,7 @@ Class | Method | HTTP request | Description
|
|
738
747
|
- [Akeyless::GetTarget](docs/GetTarget.md)
|
739
748
|
- [Akeyless::GetTargetDetails](docs/GetTargetDetails.md)
|
740
749
|
- [Akeyless::GetTargetDetailsOutput](docs/GetTargetDetailsOutput.md)
|
750
|
+
- [Akeyless::GoogleChronicleForwardingConfig](docs/GoogleChronicleForwardingConfig.md)
|
741
751
|
- [Akeyless::GwClusterIdentity](docs/GwClusterIdentity.md)
|
742
752
|
- [Akeyless::HashiMigration](docs/HashiMigration.md)
|
743
753
|
- [Akeyless::HashiPayload](docs/HashiPayload.md)
|
@@ -821,6 +831,7 @@ Class | Method | HTTP request | Description
|
|
821
831
|
- [Akeyless::OIDCAccessRules](docs/OIDCAccessRules.md)
|
822
832
|
- [Akeyless::OIDCCustomClaim](docs/OIDCCustomClaim.md)
|
823
833
|
- [Akeyless::ObjectVersionSettingsOutput](docs/ObjectVersionSettingsOutput.md)
|
834
|
+
- [Akeyless::OidcClientInfo](docs/OidcClientInfo.md)
|
824
835
|
- [Akeyless::OnePasswordMigration](docs/OnePasswordMigration.md)
|
825
836
|
- [Akeyless::OnePasswordPayload](docs/OnePasswordPayload.md)
|
826
837
|
- [Akeyless::PKICertificateIssueDetails](docs/PKICertificateIssueDetails.md)
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# Akeyless::AccessPermissionAssignment
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **access_id** | **String** | | [optional] |
|
8
|
+
| **sub_claims** | **Hash<String, Array<String>>** | | [optional] |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'akeyless'
|
14
|
+
|
15
|
+
instance = Akeyless::AccessPermissionAssignment.new(
|
16
|
+
access_id: null,
|
17
|
+
sub_claims: null
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
@@ -7,6 +7,7 @@
|
|
7
7
|
| **allowed_ops** | **Array<String>** | | [optional] |
|
8
8
|
| **assoc_id** | **String** | | [optional] |
|
9
9
|
| **auth_method_sub_claims** | **Hash<String, Array<String>>** | | [optional] |
|
10
|
+
| **is_sub_claims_case_sensitive** | **Boolean** | | [optional] |
|
10
11
|
| **role_name** | **String** | | [optional] |
|
11
12
|
| **rules** | [**Rules**](Rules.md) | | [optional] |
|
12
13
|
|
@@ -19,6 +20,7 @@ instance = Akeyless::AuthMethodRoleAssociation.new(
|
|
19
20
|
allowed_ops: null,
|
20
21
|
assoc_id: null,
|
21
22
|
auth_method_sub_claims: null,
|
23
|
+
is_sub_claims_case_sensitive: null,
|
22
24
|
role_name: null,
|
23
25
|
rules: null
|
24
26
|
)
|
@@ -0,0 +1,36 @@
|
|
1
|
+
# Akeyless::CreateAuthMethodEmail
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
8
|
+
| **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
|
9
|
+
| **email** | **String** | An email address to be invited to have access | |
|
10
|
+
| **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
|
11
|
+
| **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
|
12
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
13
|
+
| **jwt_ttl** | **Integer** | Jwt TTL | [optional][default to 0] |
|
14
|
+
| **name** | **String** | Auth Method name | |
|
15
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
16
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
17
|
+
|
18
|
+
## Example
|
19
|
+
|
20
|
+
```ruby
|
21
|
+
require 'akeyless'
|
22
|
+
|
23
|
+
instance = Akeyless::CreateAuthMethodEmail.new(
|
24
|
+
access_expires: null,
|
25
|
+
bound_ips: null,
|
26
|
+
email: null,
|
27
|
+
force_sub_claims: null,
|
28
|
+
gw_bound_ips: null,
|
29
|
+
json: null,
|
30
|
+
jwt_ttl: null,
|
31
|
+
name: null,
|
32
|
+
token: null,
|
33
|
+
uid_token: null
|
34
|
+
)
|
35
|
+
```
|
36
|
+
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# Akeyless::CreateAuthMethodEmailOutput
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **access_id** | **String** | | [optional] |
|
8
|
+
|
9
|
+
## Example
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'akeyless'
|
13
|
+
|
14
|
+
instance = Akeyless::CreateAuthMethodEmailOutput.new(
|
15
|
+
access_id: null
|
16
|
+
)
|
17
|
+
```
|
18
|
+
|
data/docs/CreatePKICertIssuer.md
CHANGED
@@ -17,6 +17,7 @@
|
|
17
17
|
| **destination_path** | **String** | A path in which to save generated certificates | [optional] |
|
18
18
|
| **expiration_event_in** | **Array<String>** | How many days before the expiration of the certificate would you like to be notified. | [optional] |
|
19
19
|
| **gw_cluster_url** | **String** | The GW cluster URL to issue the certificate from, required in Public CA mode | [optional] |
|
20
|
+
| **is_ca** | **Boolean** | If set, the basic constraints extension will be added to certificate | [optional] |
|
20
21
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
21
22
|
| **key_usage** | **String** | key-usage | [optional][default to 'DigitalSignature,KeyAgreement,KeyEncipherment'] |
|
22
23
|
| **locality** | **String** | A comma-separated list of localities that will be set in the issued certificate | [optional] |
|
@@ -56,6 +57,7 @@ instance = Akeyless::CreatePKICertIssuer.new(
|
|
56
57
|
destination_path: null,
|
57
58
|
expiration_event_in: null,
|
58
59
|
gw_cluster_url: null,
|
60
|
+
is_ca: null,
|
59
61
|
json: null,
|
60
62
|
key_usage: null,
|
61
63
|
locality: null,
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# Akeyless::EsmDeleteSecretOutput
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **name** | **String** | | [optional] |
|
8
|
+
|
9
|
+
## Example
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'akeyless'
|
13
|
+
|
14
|
+
instance = Akeyless::EsmDeleteSecretOutput.new(
|
15
|
+
name: null
|
16
|
+
)
|
17
|
+
```
|
18
|
+
|
data/docs/EsmGetSecretOutput.md
CHANGED
@@ -6,6 +6,7 @@
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **binary_value** | **Boolean** | | [optional] |
|
8
8
|
| **metadata** | **Object** | | [optional] |
|
9
|
+
| **name** | **String** | | [optional] |
|
9
10
|
| **value** | **String** | | [optional] |
|
10
11
|
|
11
12
|
## Example
|
@@ -16,6 +17,7 @@ require 'akeyless'
|
|
16
17
|
instance = Akeyless::EsmGetSecretOutput.new(
|
17
18
|
binary_value: null,
|
18
19
|
metadata: null,
|
20
|
+
name: null,
|
19
21
|
value: null
|
20
22
|
)
|
21
23
|
```
|
@@ -4,6 +4,7 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **name** | **String** | | [optional] |
|
7
8
|
| **secret_id** | **String** | | [optional] |
|
8
9
|
| **version_id** | **String** | | [optional] |
|
9
10
|
|
@@ -13,6 +14,7 @@
|
|
13
14
|
require 'akeyless'
|
14
15
|
|
15
16
|
instance = Akeyless::EsmUpdateSecretOutput.new(
|
17
|
+
name: null,
|
16
18
|
secret_id: null,
|
17
19
|
version_id: null
|
18
20
|
)
|
@@ -0,0 +1,24 @@
|
|
1
|
+
# Akeyless::GoogleChronicleForwardingConfig
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **customer_id** | **String** | | [optional] |
|
8
|
+
| **log_type** | **String** | | [optional] |
|
9
|
+
| **region** | **String** | | [optional] |
|
10
|
+
| **service_account_key** | **String** | | [optional] |
|
11
|
+
|
12
|
+
## Example
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
require 'akeyless'
|
16
|
+
|
17
|
+
instance = Akeyless::GoogleChronicleForwardingConfig.new(
|
18
|
+
customer_id: null,
|
19
|
+
log_type: null,
|
20
|
+
region: null,
|
21
|
+
service_account_key: null
|
22
|
+
)
|
23
|
+
```
|
24
|
+
|
data/docs/ItemGeneralInfo.md
CHANGED
@@ -12,6 +12,7 @@
|
|
12
12
|
| **display_metadata** | **String** | | [optional] |
|
13
13
|
| **dynamic_secret_producer_details** | [**DynamicSecretProducerInfo**](DynamicSecretProducerInfo.md) | | [optional] |
|
14
14
|
| **importer_info** | [**ImporterInfo**](ImporterInfo.md) | | [optional] |
|
15
|
+
| **oidc_client_info** | [**OidcClientInfo**](OidcClientInfo.md) | | [optional] |
|
15
16
|
| **password_policy** | [**PasswordPolicyInfo**](PasswordPolicyInfo.md) | | [optional] |
|
16
17
|
| **rotated_secret_details** | [**RotatedSecretDetailsInfo**](RotatedSecretDetailsInfo.md) | | [optional] |
|
17
18
|
| **secure_remote_access_details** | [**SecureRemoteAccess**](SecureRemoteAccess.md) | | [optional] |
|
@@ -32,6 +33,7 @@ instance = Akeyless::ItemGeneralInfo.new(
|
|
32
33
|
display_metadata: null,
|
33
34
|
dynamic_secret_producer_details: null,
|
34
35
|
importer_info: null,
|
36
|
+
oidc_client_info: null,
|
35
37
|
password_policy: null,
|
36
38
|
rotated_secret_details: null,
|
37
39
|
secure_remote_access_details: null,
|
@@ -8,6 +8,7 @@
|
|
8
8
|
| **azure_analytics_config** | [**AzureLogAnalyticsForwardingConfig**](AzureLogAnalyticsForwardingConfig.md) | | [optional] |
|
9
9
|
| **datadog_config** | [**DatadogForwardingConfig**](DatadogForwardingConfig.md) | | [optional] |
|
10
10
|
| **elasticsearch_config** | [**ElasticsearchLogForwardingConfig**](ElasticsearchLogForwardingConfig.md) | | [optional] |
|
11
|
+
| **google_chronicle_config** | [**GoogleChronicleForwardingConfig**](GoogleChronicleForwardingConfig.md) | | [optional] |
|
11
12
|
| **json_output** | **Boolean** | | [optional] |
|
12
13
|
| **logan_enable** | **Boolean** | | [optional] |
|
13
14
|
| **logan_url** | **String** | | [optional] |
|
@@ -29,6 +30,7 @@ instance = Akeyless::LogForwardingConfigPart.new(
|
|
29
30
|
azure_analytics_config: null,
|
30
31
|
datadog_config: null,
|
31
32
|
elasticsearch_config: null,
|
33
|
+
google_chronicle_config: null,
|
32
34
|
json_output: null,
|
33
35
|
logan_enable: null,
|
34
36
|
logan_url: null,
|
@@ -0,0 +1,34 @@
|
|
1
|
+
# Akeyless::OidcClientInfo
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **access_permission_assignment** | [**Array<AccessPermissionAssignment>**](AccessPermissionAssignment.md) | | [optional] |
|
8
|
+
| **audience** | **Array<String>** | | [optional] |
|
9
|
+
| **client_id** | **String** | | [optional] |
|
10
|
+
| **grant_types** | **Array<String>** | | [optional] |
|
11
|
+
| **logout_uris** | **Array<String>** | | [optional] |
|
12
|
+
| **public** | **Boolean** | | [optional] |
|
13
|
+
| **redirect_uris** | **Array<String>** | | [optional] |
|
14
|
+
| **response_types** | **Array<String>** | | [optional] |
|
15
|
+
| **scopes** | **Array<String>** | | [optional] |
|
16
|
+
|
17
|
+
## Example
|
18
|
+
|
19
|
+
```ruby
|
20
|
+
require 'akeyless'
|
21
|
+
|
22
|
+
instance = Akeyless::OidcClientInfo.new(
|
23
|
+
access_permission_assignment: null,
|
24
|
+
audience: null,
|
25
|
+
client_id: null,
|
26
|
+
grant_types: null,
|
27
|
+
logout_uris: null,
|
28
|
+
public: null,
|
29
|
+
redirect_uris: null,
|
30
|
+
response_types: null,
|
31
|
+
scopes: null
|
32
|
+
)
|
33
|
+
```
|
34
|
+
|
data/docs/UpdatePKICertIssuer.md
CHANGED
@@ -17,6 +17,7 @@
|
|
17
17
|
| **destination_path** | **String** | A path in which to save generated certificates | [optional] |
|
18
18
|
| **expiration_event_in** | **Array<String>** | How many days before the expiration of the certificate would you like to be notified. | [optional] |
|
19
19
|
| **gw_cluster_url** | **String** | The GW cluster URL to issue the certificate from, required in Public CA mode | [optional] |
|
20
|
+
| **is_ca** | **Boolean** | If set, the basic constraints extension will be added to certificate | [optional] |
|
20
21
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
21
22
|
| **key_usage** | **String** | key-usage | [optional][default to 'DigitalSignature,KeyAgreement,KeyEncipherment'] |
|
22
23
|
| **locality** | **String** | A comma-separated list of localities that will be set in the issued certificate | [optional] |
|
@@ -57,6 +58,7 @@ instance = Akeyless::UpdatePKICertIssuer.new(
|
|
57
58
|
destination_path: null,
|
58
59
|
expiration_event_in: null,
|
59
60
|
gw_cluster_url: null,
|
61
|
+
is_ca: null,
|
60
62
|
json: null,
|
61
63
|
key_usage: null,
|
62
64
|
locality: null,
|