akeyless 3.5.4 → 3.6.1
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 +16 -2
- data/docs/AssocTargetItem.md +8 -0
- data/docs/Auth.md +4 -0
- data/docs/AuthMethod.md +2 -0
- data/docs/AuthMethodAccessInfo.md +2 -0
- data/docs/CertificateChainInfo.md +4 -0
- data/docs/CertificateVersionInfo.md +22 -0
- data/docs/Configure.md +5 -1
- data/docs/Connect.md +1 -1
- data/docs/CreateAuthMethod.md +2 -0
- data/docs/CreateAuthMethodAWSIAM.md +2 -0
- data/docs/CreateAuthMethodAzureAD.md +3 -1
- 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 +40 -0
- data/docs/CreateAuthMethodOCIOutput.md +18 -0
- data/docs/CreateAuthMethodOIDC.md +2 -0
- data/docs/CreateAuthMethodSAML.md +2 -0
- data/docs/CreateAuthMethodUniversalIdentity.md +2 -0
- data/docs/CreateEventForwarder.md +1 -1
- data/docs/CreateLinkedTarget.md +2 -0
- data/docs/CreateRole.md +4 -0
- data/docs/CreateRotatedSecret.md +7 -1
- data/docs/CreateSSHCertIssuer.md +4 -4
- data/docs/CreateSecret.md +2 -0
- data/docs/GatewayCreateMigration.md +2 -0
- data/docs/GatewayCreateProducerCassandra.md +4 -0
- data/docs/GatewayUpdateItem.md +2 -0
- data/docs/GatewayUpdateMigration.md +2 -0
- data/docs/GatewayUpdateProducerCassandra.md +4 -0
- data/docs/GenerateCsr.md +1 -1
- data/docs/GwClusterIdentity.md +2 -0
- data/docs/ImportPasswords.md +3 -1
- data/docs/ImportPasswordsOutput.md +3 -1
- data/docs/ItemVersion.md +2 -0
- data/docs/OCIAccessRules.md +20 -0
- data/docs/ProvisionCertificate.md +28 -0
- data/docs/ProvisionCertificateOutput.md +24 -0
- data/docs/RenewCertificate.md +28 -0
- data/docs/RenewCertificateOutput.md +28 -0
- data/docs/SecureRemoteAccess.md +2 -0
- data/docs/ServerInventoryPayload.md +2 -0
- data/docs/SetRoleRule.md +1 -1
- data/docs/SignDataWithClassicKey.md +2 -0
- data/docs/SignEcDsa.md +5 -1
- data/docs/SignPKCS1.md +9 -1
- data/docs/SignPKCS1Output.md +1 -1
- data/docs/SignRsaSsaPss.md +5 -1
- data/docs/StaticSecretDetailsInfo.md +2 -0
- data/docs/TargetItemVersion.md +2 -0
- data/docs/UpdateAuthMethod.md +2 -0
- data/docs/UpdateAuthMethodAWSIAM.md +2 -0
- data/docs/UpdateAuthMethodAzureAD.md +3 -1
- 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 +42 -0
- data/docs/UpdateAuthMethodOCIOutput.md +18 -0
- data/docs/UpdateAuthMethodOIDC.md +2 -0
- data/docs/UpdateAuthMethodSAML.md +2 -0
- data/docs/UpdateAuthMethodUniversalIdentity.md +2 -0
- data/docs/UpdateCertificateValue.md +2 -0
- data/docs/UpdateItem.md +6 -0
- data/docs/UpdateLinkedTarget.md +2 -0
- data/docs/UpdateRole.md +4 -0
- data/docs/UpdateSSHCertIssuer.md +3 -3
- data/docs/UpdateSecretVal.md +2 -0
- data/docs/V2Api.md +264 -9
- data/docs/VerifyEcDsa.md +5 -1
- data/docs/VerifyPKCS1.md +9 -1
- data/docs/VerifyRsaSsaPss.md +5 -1
- data/lib/akeyless/api/v2_api.rb +274 -7
- data/lib/akeyless/models/assoc_target_item.rb +43 -1
- data/lib/akeyless/models/auth.rb +25 -1
- data/lib/akeyless/models/auth_method.rb +10 -1
- data/lib/akeyless/models/auth_method_access_info.rb +10 -1
- data/lib/akeyless/models/certificate_chain_info.rb +19 -1
- data/lib/akeyless/models/certificate_version_info.rb +232 -0
- data/lib/akeyless/models/configure.rb +28 -4
- data/lib/akeyless/models/connect.rb +1 -1
- data/lib/akeyless/models/create_auth_method.rb +11 -1
- data/lib/akeyless/models/create_auth_method_awsiam.rb +11 -1
- data/lib/akeyless/models/create_auth_method_azure_ad.rb +12 -2
- data/lib/akeyless/models/create_auth_method_cert.rb +11 -1
- data/lib/akeyless/models/create_auth_method_email.rb +11 -1
- data/lib/akeyless/models/create_auth_method_gcp.rb +11 -1
- data/lib/akeyless/models/create_auth_method_huawei.rb +11 -1
- data/lib/akeyless/models/create_auth_method_k8_s.rb +11 -1
- data/lib/akeyless/models/create_auth_method_ldap.rb +11 -1
- data/lib/akeyless/models/create_auth_method_o_auth2.rb +11 -1
- data/lib/akeyless/models/create_auth_method_oci.rb +359 -0
- data/lib/akeyless/models/create_auth_method_oci_output.rb +214 -0
- data/lib/akeyless/models/create_auth_method_oidc.rb +11 -1
- data/lib/akeyless/models/create_auth_method_saml.rb +11 -1
- data/lib/akeyless/models/create_auth_method_universal_identity.rb +11 -1
- data/lib/akeyless/models/create_event_forwarder.rb +1 -1
- data/lib/akeyless/models/create_linked_target.rb +11 -1
- data/lib/akeyless/models/create_role.rb +21 -1
- data/lib/akeyless/models/create_rotated_secret.rb +35 -2
- data/lib/akeyless/models/create_secret.rb +11 -1
- data/lib/akeyless/models/create_ssh_cert_issuer.rb +9 -9
- data/lib/akeyless/models/gateway_create_migration.rb +11 -1
- data/lib/akeyless/models/gateway_create_producer_cassandra.rb +23 -1
- data/lib/akeyless/models/gateway_update_item.rb +11 -1
- data/lib/akeyless/models/gateway_update_migration.rb +11 -1
- data/lib/akeyless/models/gateway_update_producer_cassandra.rb +23 -1
- data/lib/akeyless/models/generate_csr.rb +1 -1
- data/lib/akeyless/models/gw_cluster_identity.rb +10 -1
- data/lib/akeyless/models/import_passwords.rb +13 -4
- data/lib/akeyless/models/import_passwords_output.rb +13 -4
- data/lib/akeyless/models/item_version.rb +10 -1
- data/lib/akeyless/models/oci_access_rules.rb +226 -0
- data/lib/akeyless/models/provision_certificate.rb +275 -0
- data/lib/akeyless/models/provision_certificate_output.rb +243 -0
- data/lib/akeyless/models/renew_certificate.rb +267 -0
- data/lib/akeyless/models/renew_certificate_output.rb +259 -0
- data/lib/akeyless/models/secure_remote_access.rb +12 -1
- data/lib/akeyless/models/server_inventory_payload.rb +12 -1
- data/lib/akeyless/models/set_role_rule.rb +1 -1
- data/lib/akeyless/models/sign_data_with_classic_key.rb +13 -1
- data/lib/akeyless/models/sign_ec_dsa.rb +24 -4
- data/lib/akeyless/models/sign_pkcs1.rb +44 -4
- data/lib/akeyless/models/sign_pkcs1_output.rb +2 -4
- data/lib/akeyless/models/sign_rsa_ssa_pss.rb +24 -4
- data/lib/akeyless/models/static_secret_details_info.rb +10 -1
- data/lib/akeyless/models/target_item_version.rb +10 -1
- data/lib/akeyless/models/update_auth_method.rb +11 -1
- data/lib/akeyless/models/update_auth_method_awsiam.rb +11 -1
- data/lib/akeyless/models/update_auth_method_azure_ad.rb +12 -2
- data/lib/akeyless/models/update_auth_method_cert.rb +11 -1
- data/lib/akeyless/models/update_auth_method_gcp.rb +11 -1
- data/lib/akeyless/models/update_auth_method_k8_s.rb +11 -1
- data/lib/akeyless/models/update_auth_method_ldap.rb +11 -1
- data/lib/akeyless/models/update_auth_method_o_auth2.rb +11 -1
- data/lib/akeyless/models/update_auth_method_oci.rb +369 -0
- data/lib/akeyless/models/update_auth_method_oci_output.rb +214 -0
- data/lib/akeyless/models/update_auth_method_oidc.rb +11 -1
- data/lib/akeyless/models/update_auth_method_saml.rb +11 -1
- data/lib/akeyless/models/update_auth_method_universal_identity.rb +11 -1
- data/lib/akeyless/models/update_certificate_value.rb +11 -1
- data/lib/akeyless/models/update_item.rb +32 -1
- data/lib/akeyless/models/update_linked_target.rb +11 -1
- data/lib/akeyless/models/update_role.rb +21 -1
- data/lib/akeyless/models/update_secret_val.rb +11 -1
- data/lib/akeyless/models/update_ssh_cert_issuer.rb +8 -8
- data/lib/akeyless/models/verify_ec_dsa.rb +24 -4
- data/lib/akeyless/models/verify_pkcs1.rb +44 -4
- data/lib/akeyless/models/verify_rsa_ssa_pss.rb +24 -4
- data/lib/akeyless/version.rb +1 -1
- data/lib/akeyless.rb +10 -0
- data/spec/models/certificate_version_info_spec.rb +48 -0
- data/spec/models/create_auth_method_oci_output_spec.rb +36 -0
- data/spec/models/create_auth_method_oci_spec.rb +102 -0
- data/spec/models/oci_access_rules_spec.rb +42 -0
- data/spec/models/provision_certificate_output_spec.rb +54 -0
- data/spec/models/provision_certificate_spec.rb +66 -0
- data/spec/models/renew_certificate_output_spec.rb +66 -0
- data/spec/models/renew_certificate_spec.rb +66 -0
- data/spec/models/update_auth_method_oci_output_spec.rb +36 -0
- data/spec/models/update_auth_method_oci_spec.rb +108 -0
- metadata +43 -3
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
|
-
| **audience** | **String** | The audience in the JWT | [optional][default to 'https://management.azure.com/'] |
|
|
8
|
+
| **audience** | **String** | Deprecated (Deprecated) The audience in the JWT | [optional][default to 'https://management.azure.com/'] |
|
|
9
9
|
| **bound_group_id** | **Array<String>** | A list of group ids that the access is restricted to | [optional] |
|
|
10
10
|
| **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
|
|
11
11
|
| **bound_providers** | **Array<String>** | A list of resource providers that the access is restricted to (e.g, Microsoft.Compute, Microsoft.ManagedIdentity, etc) | [optional] |
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
| **bound_spid** | **Array<String>** | A list of service principal IDs that the access is restricted to | [optional] |
|
|
17
17
|
| **bound_sub_id** | **Array<String>** | A list of subscription ids that the access is restricted to | [optional] |
|
|
18
18
|
| **bound_tenant_id** | **String** | The Azure tenant id that the access is restricted to | |
|
|
19
|
+
| **description** | **String** | Auth Method description | [optional] |
|
|
19
20
|
| **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
|
|
20
21
|
| **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
|
|
21
22
|
| **issuer** | **String** | Issuer URL | [optional][default to 'https://sts.windows.net/---bound_tenant_id---'] |
|
|
@@ -45,6 +46,7 @@ instance = Akeyless::UpdateAuthMethodAzureAD.new(
|
|
|
45
46
|
bound_spid: null,
|
|
46
47
|
bound_sub_id: null,
|
|
47
48
|
bound_tenant_id: null,
|
|
49
|
+
description: null,
|
|
48
50
|
force_sub_claims: null,
|
|
49
51
|
gw_bound_ips: null,
|
|
50
52
|
issuer: null,
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
| **bound_organizational_units** | **Array<String>** | A list of Organizational Units names. At least one must exist in the OU field. | [optional] |
|
|
15
15
|
| **bound_uri_sans** | **Array<String>** | A list of URIs. At least one must exist in the SANs. Supports globbing. | [optional] |
|
|
16
16
|
| **certificate_data** | **String** | The certificate data in base64, if no file was provided | [optional] |
|
|
17
|
+
| **description** | **String** | Auth Method description | [optional] |
|
|
17
18
|
| **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
|
|
18
19
|
| **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
|
|
19
20
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
@@ -41,6 +42,7 @@ instance = Akeyless::UpdateAuthMethodCert.new(
|
|
|
41
42
|
bound_organizational_units: null,
|
|
42
43
|
bound_uri_sans: null,
|
|
43
44
|
certificate_data: null,
|
|
45
|
+
description: null,
|
|
44
46
|
force_sub_claims: null,
|
|
45
47
|
gw_bound_ips: null,
|
|
46
48
|
json: null,
|
data/docs/UpdateAuthMethodGCP.md
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
| **bound_regions** | **Array<String>** | List of regions that a GCE instance must belong to in order to be authenticated. TODO: If bound_instance_groups is provided, it is assumed to be a regional group and the group must belong to this region. If bound_zones are provided, this attribute is ignored. | [optional] |
|
|
13
13
|
| **bound_service_accounts** | **Array<String>** | List of service accounts the service account must be part of in order to be authenticated. | [optional] |
|
|
14
14
|
| **bound_zones** | **Array<String>** | === Machine authentication section === List of zones that a GCE instance must belong to in order to be authenticated. TODO: If bound_instance_groups is provided, it is assumed to be a zonal group and the group must belong to this zone. | [optional] |
|
|
15
|
+
| **description** | **String** | Auth Method description | [optional] |
|
|
15
16
|
| **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
|
|
16
17
|
| **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
|
|
17
18
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
@@ -37,6 +38,7 @@ instance = Akeyless::UpdateAuthMethodGCP.new(
|
|
|
37
38
|
bound_regions: null,
|
|
38
39
|
bound_service_accounts: null,
|
|
39
40
|
bound_zones: null,
|
|
41
|
+
description: null,
|
|
40
42
|
force_sub_claims: null,
|
|
41
43
|
gw_bound_ips: null,
|
|
42
44
|
json: null,
|
data/docs/UpdateAuthMethodK8S.md
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
| **bound_namespaces** | **Array<String>** | A list of namespaces that the access is restricted to | [optional] |
|
|
11
11
|
| **bound_pod_names** | **Array<String>** | A list of pod names that the access is restricted to | [optional] |
|
|
12
12
|
| **bound_sa_names** | **Array<String>** | A list of service account names that the access is restricted to | [optional] |
|
|
13
|
+
| **description** | **String** | Auth Method description | [optional] |
|
|
13
14
|
| **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
|
|
14
15
|
| **gen_key** | **String** | Automatically generate key-pair for K8S configuration. If set to false, a public key needs to be provided [true/false] | [optional] |
|
|
15
16
|
| **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
|
|
@@ -33,6 +34,7 @@ instance = Akeyless::UpdateAuthMethodK8S.new(
|
|
|
33
34
|
bound_namespaces: null,
|
|
34
35
|
bound_pod_names: null,
|
|
35
36
|
bound_sa_names: null,
|
|
37
|
+
description: null,
|
|
36
38
|
force_sub_claims: null,
|
|
37
39
|
gen_key: null,
|
|
38
40
|
gw_bound_ips: null,
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
8
|
| **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
|
|
9
|
+
| **description** | **String** | Auth Method description | [optional] |
|
|
9
10
|
| **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
|
|
10
11
|
| **gen_key** | **String** | Automatically generate key-pair for LDAP configuration. If set to false, a public key needs to be provided [true/false] | [optional] |
|
|
11
12
|
| **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
|
|
@@ -26,6 +27,7 @@ require 'akeyless'
|
|
|
26
27
|
instance = Akeyless::UpdateAuthMethodLDAP.new(
|
|
27
28
|
access_expires: null,
|
|
28
29
|
bound_ips: null,
|
|
30
|
+
description: null,
|
|
29
31
|
force_sub_claims: null,
|
|
30
32
|
gen_key: null,
|
|
31
33
|
gw_bound_ips: null,
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
| **audience** | **String** | The audience in the JWT | [optional] |
|
|
9
9
|
| **bound_client_ids** | **Array<String>** | The clients ids that the access is restricted to | [optional] |
|
|
10
10
|
| **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
|
|
11
|
+
| **description** | **String** | Auth Method description | [optional] |
|
|
11
12
|
| **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
|
|
12
13
|
| **gateway_url** | **String** | Akeyless Gateway URL (Configuration Management port). Relevant only when the jwks-uri is accessible only from the gateway. | [optional] |
|
|
13
14
|
| **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
|
|
@@ -33,6 +34,7 @@ instance = Akeyless::UpdateAuthMethodOAuth2.new(
|
|
|
33
34
|
audience: null,
|
|
34
35
|
bound_client_ids: null,
|
|
35
36
|
bound_ips: null,
|
|
37
|
+
description: null,
|
|
36
38
|
force_sub_claims: null,
|
|
37
39
|
gateway_url: null,
|
|
38
40
|
gw_bound_ips: null,
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# Akeyless::UpdateAuthMethodOCI
|
|
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
|
+
| **description** | **String** | Auth Method description | [optional] |
|
|
10
|
+
| **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
|
|
11
|
+
| **group_ocid** | **Array<String>** | A list of required groups ocids | |
|
|
12
|
+
| **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
|
|
13
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
14
|
+
| **jwt_ttl** | **Integer** | Jwt TTL | [optional][default to 0] |
|
|
15
|
+
| **name** | **String** | Auth Method name | |
|
|
16
|
+
| **new_name** | **String** | Auth Method new name | [optional] |
|
|
17
|
+
| **tenant_ocid** | **String** | The Oracle Cloud tenant ID | |
|
|
18
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
19
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
20
|
+
|
|
21
|
+
## Example
|
|
22
|
+
|
|
23
|
+
```ruby
|
|
24
|
+
require 'akeyless'
|
|
25
|
+
|
|
26
|
+
instance = Akeyless::UpdateAuthMethodOCI.new(
|
|
27
|
+
access_expires: null,
|
|
28
|
+
bound_ips: null,
|
|
29
|
+
description: null,
|
|
30
|
+
force_sub_claims: null,
|
|
31
|
+
group_ocid: null,
|
|
32
|
+
gw_bound_ips: null,
|
|
33
|
+
json: null,
|
|
34
|
+
jwt_ttl: null,
|
|
35
|
+
name: null,
|
|
36
|
+
new_name: null,
|
|
37
|
+
tenant_ocid: null,
|
|
38
|
+
token: null,
|
|
39
|
+
uid_token: null
|
|
40
|
+
)
|
|
41
|
+
```
|
|
42
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# Akeyless::UpdateAuthMethodOCIOutput
|
|
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::UpdateAuthMethodOCIOutput.new(
|
|
15
|
+
access_id: null
|
|
16
|
+
)
|
|
17
|
+
```
|
|
18
|
+
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
| **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
|
|
11
11
|
| **client_id** | **String** | Client ID | [optional] |
|
|
12
12
|
| **client_secret** | **String** | Client Secret | [optional] |
|
|
13
|
+
| **description** | **String** | Auth Method description | [optional] |
|
|
13
14
|
| **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
|
|
14
15
|
| **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
|
|
15
16
|
| **issuer** | **String** | Issuer URL | [optional] |
|
|
@@ -36,6 +37,7 @@ instance = Akeyless::UpdateAuthMethodOIDC.new(
|
|
|
36
37
|
bound_ips: null,
|
|
37
38
|
client_id: null,
|
|
38
39
|
client_secret: null,
|
|
40
|
+
description: null,
|
|
39
41
|
force_sub_claims: null,
|
|
40
42
|
gw_bound_ips: null,
|
|
41
43
|
issuer: null,
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
| **access_expires** | **Integer** | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional][default to 0] |
|
|
8
8
|
| **allowed_redirect_uri** | **Array<String>** | Allowed redirect URIs after the authentication | [optional] |
|
|
9
9
|
| **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
|
|
10
|
+
| **description** | **String** | Auth Method description | [optional] |
|
|
10
11
|
| **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
|
|
11
12
|
| **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
|
|
12
13
|
| **idp_metadata_url** | **String** | IDP metadata url | [optional] |
|
|
@@ -29,6 +30,7 @@ instance = Akeyless::UpdateAuthMethodSAML.new(
|
|
|
29
30
|
access_expires: null,
|
|
30
31
|
allowed_redirect_uri: null,
|
|
31
32
|
bound_ips: null,
|
|
33
|
+
description: null,
|
|
32
34
|
force_sub_claims: null,
|
|
33
35
|
gw_bound_ips: null,
|
|
34
36
|
idp_metadata_url: null,
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
| **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
|
|
9
9
|
| **deny_inheritance** | **Boolean** | Deny from root to create children | [optional] |
|
|
10
10
|
| **deny_rotate** | **Boolean** | Deny from the token to rotate | [optional] |
|
|
11
|
+
| **description** | **String** | Auth Method description | [optional] |
|
|
11
12
|
| **force_sub_claims** | **Boolean** | if true: enforce role-association must include sub claims | [optional] |
|
|
12
13
|
| **gw_bound_ips** | **Array<String>** | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
|
|
13
14
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
@@ -28,6 +29,7 @@ instance = Akeyless::UpdateAuthMethodUniversalIdentity.new(
|
|
|
28
29
|
bound_ips: null,
|
|
29
30
|
deny_inheritance: null,
|
|
30
31
|
deny_rotate: null,
|
|
32
|
+
description: null,
|
|
31
33
|
force_sub_claims: null,
|
|
32
34
|
gw_bound_ips: null,
|
|
33
35
|
json: null,
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
| **expiration_event_in** | **Array<String>** | How many days before the expiration of the certificate would you like to be notified. | [optional] |
|
|
12
12
|
| **format** | **String** | CertificateFormat of the certificate and private key, possible values: cer,crt,pem,pfx,p12. Required when passing inline certificate content with --certificate-data or --key-data, otherwise format is derived from the file extension. | [optional] |
|
|
13
13
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
14
|
+
| **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
|
|
14
15
|
| **key** | **String** | The name of a key to use to encrypt the certificate's key (if empty, the account default protectionKey key will be used) | [optional] |
|
|
15
16
|
| **key_data** | **String** | Content of the certificate's private key in a Base64 format. | [optional] |
|
|
16
17
|
| **metadata** | **String** | Deprecated - use description | [optional] |
|
|
@@ -32,6 +33,7 @@ instance = Akeyless::UpdateCertificateValue.new(
|
|
|
32
33
|
expiration_event_in: null,
|
|
33
34
|
format: null,
|
|
34
35
|
json: null,
|
|
36
|
+
keep_prev_version: null,
|
|
35
37
|
key: null,
|
|
36
38
|
key_data: null,
|
|
37
39
|
metadata: null,
|
data/docs/UpdateItem.md
CHANGED
|
@@ -4,11 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **provider_type** | **String** | | [optional] |
|
|
7
8
|
| **accessibility** | **String** | for personal password manager | [optional][default to 'regular'] |
|
|
8
9
|
| **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
|
|
9
10
|
| **cert_file_data** | **String** | PEM Certificate in a Base64 format. Used for updating RSA keys' certificates. | [optional] |
|
|
11
|
+
| **change_event** | **String** | Trigger an event when a secret value changed [true/false] (Relevant only for Static Secret) | [optional] |
|
|
10
12
|
| **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
|
|
11
13
|
| **description** | **String** | Description of the object | [optional][default to 'default_metadata'] |
|
|
14
|
+
| **host_provider** | **String** | Host provider type [explicit/target], Relevant only for Secure Remote Access of ssh cert issuer and ldap rotated secret | [optional][default to 'explicit'] |
|
|
12
15
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
13
16
|
| **name** | **String** | Current item name | |
|
|
14
17
|
| **new_metadata** | **String** | Deprecated - use description | [optional][default to 'default_metadata'] |
|
|
@@ -49,11 +52,14 @@
|
|
|
49
52
|
require 'akeyless'
|
|
50
53
|
|
|
51
54
|
instance = Akeyless::UpdateItem.new(
|
|
55
|
+
provider_type: null,
|
|
52
56
|
accessibility: null,
|
|
53
57
|
add_tag: null,
|
|
54
58
|
cert_file_data: null,
|
|
59
|
+
change_event: null,
|
|
55
60
|
delete_protection: null,
|
|
56
61
|
description: null,
|
|
62
|
+
host_provider: null,
|
|
57
63
|
json: null,
|
|
58
64
|
name: null,
|
|
59
65
|
new_metadata: null,
|
data/docs/UpdateLinkedTarget.md
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
| **parent_target_name** | **String** | The parent Target name | [optional] |
|
|
15
15
|
| **rm_hosts** | **String** | Comma separated list of existing hosts that will be removed from Linked Target hosts. | [optional] |
|
|
16
16
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
17
|
+
| **type** | **String** | Specifies the hosts type, relevant only when working without parent target | [optional] |
|
|
17
18
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
18
19
|
|
|
19
20
|
## Example
|
|
@@ -32,6 +33,7 @@ instance = Akeyless::UpdateLinkedTarget.new(
|
|
|
32
33
|
parent_target_name: null,
|
|
33
34
|
rm_hosts: null,
|
|
34
35
|
token: null,
|
|
36
|
+
type: null,
|
|
35
37
|
uid_token: null
|
|
36
38
|
)
|
|
37
39
|
```
|
data/docs/UpdateRole.md
CHANGED
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
| **analytics_access** | **String** | Allow this role to view analytics. Currently only 'none', 'own', 'all' values are supported, allowing associated auth methods to view reports produced by the same auth methods. | [optional] |
|
|
8
8
|
| **audit_access** | **String** | Allow this role to view audit logs. Currently only 'none', 'own' and 'all' values are supported, allowing associated auth methods to view audit logs produced by the same auth methods. | [optional] |
|
|
9
9
|
| **description** | **String** | Description of the object | [optional][default to 'default_comment'] |
|
|
10
|
+
| **event_center_access** | **String** | Allow this role to view Event Center. Currently only 'none', 'own' and 'all' values are supported | [optional] |
|
|
11
|
+
| **event_forwarder_access** | **String** | Allow this role to manage Event Forwarders. Currently only 'none' and 'all' values are supported. | [optional] |
|
|
10
12
|
| **gw_analytics_access** | **String** | Allow this role to view gw analytics. Currently only 'none', 'own', 'all' values are supported, allowing associated auth methods to view reports produced by the same auth methods. | [optional] |
|
|
11
13
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
12
14
|
| **name** | **String** | Role name | |
|
|
@@ -26,6 +28,8 @@ instance = Akeyless::UpdateRole.new(
|
|
|
26
28
|
analytics_access: null,
|
|
27
29
|
audit_access: null,
|
|
28
30
|
description: null,
|
|
31
|
+
event_center_access: null,
|
|
32
|
+
event_forwarder_access: null,
|
|
29
33
|
gw_analytics_access: null,
|
|
30
34
|
json: null,
|
|
31
35
|
name: null,
|
data/docs/UpdateSSHCertIssuer.md
CHANGED
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **
|
|
7
|
+
| **provider_type** | **String** | | [optional] |
|
|
8
8
|
| **add_tag** | **Array<String>** | List of the new tags that will be attached to this item | [optional] |
|
|
9
9
|
| **allowed_users** | **String** | Users allowed to fetch the certificate, e.g root,ubuntu | |
|
|
10
10
|
| **delete_protection** | **String** | Protection from accidental deletion of this item [true/false] | [optional] |
|
|
11
11
|
| **description** | **String** | Description of the object | [optional] |
|
|
12
12
|
| **extensions** | **Hash<String, String>** | Signed certificates with extensions, e.g permit-port-forwarding=\\\"\\\" | [optional] |
|
|
13
|
-
| **host_provider** | **String** | Host provider type [explicit/target] | [optional][default to 'explicit'] |
|
|
13
|
+
| **host_provider** | **String** | Host provider type [explicit/target], Relevant only for Secure Remote Access of ssh cert issuer and ldap rotated secret | [optional][default to 'explicit'] |
|
|
14
14
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
15
15
|
| **metadata** | **String** | Deprecated - use description | [optional] |
|
|
16
16
|
| **name** | **String** | SSH certificate issuer name | |
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
require 'akeyless'
|
|
35
35
|
|
|
36
36
|
instance = Akeyless::UpdateSSHCertIssuer.new(
|
|
37
|
-
|
|
37
|
+
provider_type: null,
|
|
38
38
|
add_tag: null,
|
|
39
39
|
allowed_users: null,
|
|
40
40
|
delete_protection: null,
|
data/docs/UpdateSecretVal.md
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
11
11
|
| **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
|
|
12
12
|
| **key** | **String** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional] |
|
|
13
|
+
| **last_version** | **Integer** | The last version number before the update | [optional] |
|
|
13
14
|
| **multiline** | **Boolean** | The provided value is a multiline value (separated by '\\n') | [optional] |
|
|
14
15
|
| **name** | **String** | Secret name | |
|
|
15
16
|
| **new_version** | **Boolean** | Deprecated | [optional] |
|
|
@@ -31,6 +32,7 @@ instance = Akeyless::UpdateSecretVal.new(
|
|
|
31
32
|
json: null,
|
|
32
33
|
keep_prev_version: null,
|
|
33
34
|
key: null,
|
|
35
|
+
last_version: null,
|
|
34
36
|
multiline: null,
|
|
35
37
|
name: null,
|
|
36
38
|
new_version: null,
|