akeyless 5.0.16 → 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.
Files changed (118) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/docs/AuthMethodCreateApiKey.md +1 -1
  4. data/docs/AuthMethodCreateAwsIam.md +1 -1
  5. data/docs/AuthMethodCreateAzureAD.md +1 -1
  6. data/docs/AuthMethodCreateCert.md +1 -1
  7. data/docs/AuthMethodCreateEmail.md +1 -1
  8. data/docs/AuthMethodCreateGcp.md +1 -1
  9. data/docs/AuthMethodCreateK8s.md +1 -1
  10. data/docs/AuthMethodCreateKerberos.md +1 -1
  11. data/docs/AuthMethodCreateLdap.md +1 -1
  12. data/docs/AuthMethodCreateOCI.md +1 -1
  13. data/docs/AuthMethodCreateOIDC.md +1 -1
  14. data/docs/AuthMethodCreateOauth2.md +1 -1
  15. data/docs/AuthMethodCreateSAML.md +1 -1
  16. data/docs/AuthMethodCreateUniversalIdentity.md +1 -1
  17. data/docs/AuthMethodUpdateApiKey.md +1 -1
  18. data/docs/AuthMethodUpdateAwsIam.md +1 -1
  19. data/docs/AuthMethodUpdateAzureAD.md +1 -1
  20. data/docs/AuthMethodUpdateCert.md +1 -1
  21. data/docs/AuthMethodUpdateEmail.md +1 -1
  22. data/docs/AuthMethodUpdateGcp.md +1 -1
  23. data/docs/AuthMethodUpdateK8s.md +1 -1
  24. data/docs/AuthMethodUpdateKerberos.md +1 -1
  25. data/docs/AuthMethodUpdateLdap.md +1 -1
  26. data/docs/AuthMethodUpdateOCI.md +1 -1
  27. data/docs/AuthMethodUpdateOIDC.md +1 -1
  28. data/docs/AuthMethodUpdateOauth2.md +1 -1
  29. data/docs/AuthMethodUpdateSAML.md +1 -1
  30. data/docs/AuthMethodUpdateUniversalIdentity.md +1 -1
  31. data/docs/CreateAuthMethod.md +1 -1
  32. data/docs/CreateAuthMethodAWSIAM.md +1 -1
  33. data/docs/CreateAuthMethodAzureAD.md +1 -1
  34. data/docs/CreateAuthMethodCert.md +1 -1
  35. data/docs/CreateAuthMethodEmail.md +1 -1
  36. data/docs/CreateAuthMethodGCP.md +1 -1
  37. data/docs/CreateAuthMethodHuawei.md +1 -1
  38. data/docs/CreateAuthMethodK8S.md +1 -1
  39. data/docs/CreateAuthMethodLDAP.md +1 -1
  40. data/docs/CreateAuthMethodOAuth2.md +1 -1
  41. data/docs/CreateAuthMethodOCI.md +1 -1
  42. data/docs/CreateAuthMethodOIDC.md +1 -1
  43. data/docs/CreateAuthMethodSAML.md +1 -1
  44. data/docs/CreateAuthMethodUniversalIdentity.md +1 -1
  45. data/docs/CreatePKICertIssuer.md +3 -3
  46. data/docs/UpdateAccountSettings.md +2 -2
  47. data/docs/UpdateAuthMethod.md +1 -1
  48. data/docs/UpdateAuthMethodAWSIAM.md +1 -1
  49. data/docs/UpdateAuthMethodAzureAD.md +1 -1
  50. data/docs/UpdateAuthMethodCert.md +1 -1
  51. data/docs/UpdateAuthMethodGCP.md +1 -1
  52. data/docs/UpdateAuthMethodK8S.md +1 -1
  53. data/docs/UpdateAuthMethodLDAP.md +1 -1
  54. data/docs/UpdateAuthMethodOAuth2.md +1 -1
  55. data/docs/UpdateAuthMethodOCI.md +1 -1
  56. data/docs/UpdateAuthMethodOIDC.md +1 -1
  57. data/docs/UpdateAuthMethodSAML.md +1 -1
  58. data/docs/UpdateAuthMethodUniversalIdentity.md +1 -1
  59. data/docs/UpdatePKICertIssuer.md +3 -3
  60. data/lib/akeyless/models/auth_method_create_api_key.rb +1 -0
  61. data/lib/akeyless/models/auth_method_create_aws_iam.rb +1 -0
  62. data/lib/akeyless/models/auth_method_create_azure_ad.rb +1 -0
  63. data/lib/akeyless/models/auth_method_create_cert.rb +1 -0
  64. data/lib/akeyless/models/auth_method_create_email.rb +1 -0
  65. data/lib/akeyless/models/auth_method_create_gcp.rb +1 -0
  66. data/lib/akeyless/models/auth_method_create_k8s.rb +1 -0
  67. data/lib/akeyless/models/auth_method_create_kerberos.rb +1 -0
  68. data/lib/akeyless/models/auth_method_create_ldap.rb +1 -0
  69. data/lib/akeyless/models/auth_method_create_oauth2.rb +1 -0
  70. data/lib/akeyless/models/auth_method_create_oci.rb +1 -0
  71. data/lib/akeyless/models/auth_method_create_oidc.rb +1 -0
  72. data/lib/akeyless/models/auth_method_create_saml.rb +1 -0
  73. data/lib/akeyless/models/auth_method_create_universal_identity.rb +1 -0
  74. data/lib/akeyless/models/auth_method_update_api_key.rb +1 -0
  75. data/lib/akeyless/models/auth_method_update_aws_iam.rb +1 -0
  76. data/lib/akeyless/models/auth_method_update_azure_ad.rb +1 -0
  77. data/lib/akeyless/models/auth_method_update_cert.rb +1 -0
  78. data/lib/akeyless/models/auth_method_update_email.rb +1 -0
  79. data/lib/akeyless/models/auth_method_update_gcp.rb +1 -0
  80. data/lib/akeyless/models/auth_method_update_k8s.rb +1 -0
  81. data/lib/akeyless/models/auth_method_update_kerberos.rb +1 -0
  82. data/lib/akeyless/models/auth_method_update_ldap.rb +1 -0
  83. data/lib/akeyless/models/auth_method_update_oauth2.rb +1 -0
  84. data/lib/akeyless/models/auth_method_update_oci.rb +1 -0
  85. data/lib/akeyless/models/auth_method_update_oidc.rb +1 -0
  86. data/lib/akeyless/models/auth_method_update_saml.rb +1 -0
  87. data/lib/akeyless/models/auth_method_update_universal_identity.rb +1 -0
  88. data/lib/akeyless/models/create_auth_method.rb +1 -0
  89. data/lib/akeyless/models/create_auth_method_awsiam.rb +1 -0
  90. data/lib/akeyless/models/create_auth_method_azure_ad.rb +1 -0
  91. data/lib/akeyless/models/create_auth_method_cert.rb +1 -0
  92. data/lib/akeyless/models/create_auth_method_email.rb +1 -0
  93. data/lib/akeyless/models/create_auth_method_gcp.rb +1 -0
  94. data/lib/akeyless/models/create_auth_method_huawei.rb +1 -0
  95. data/lib/akeyless/models/create_auth_method_k8_s.rb +1 -0
  96. data/lib/akeyless/models/create_auth_method_ldap.rb +1 -0
  97. data/lib/akeyless/models/create_auth_method_o_auth2.rb +1 -0
  98. data/lib/akeyless/models/create_auth_method_oci.rb +1 -0
  99. data/lib/akeyless/models/create_auth_method_oidc.rb +1 -0
  100. data/lib/akeyless/models/create_auth_method_saml.rb +1 -0
  101. data/lib/akeyless/models/create_auth_method_universal_identity.rb +1 -0
  102. data/lib/akeyless/models/create_pki_cert_issuer.rb +3 -0
  103. data/lib/akeyless/models/update_account_settings.rb +2 -0
  104. data/lib/akeyless/models/update_auth_method.rb +1 -0
  105. data/lib/akeyless/models/update_auth_method_awsiam.rb +1 -0
  106. data/lib/akeyless/models/update_auth_method_azure_ad.rb +1 -0
  107. data/lib/akeyless/models/update_auth_method_cert.rb +1 -0
  108. data/lib/akeyless/models/update_auth_method_gcp.rb +1 -0
  109. data/lib/akeyless/models/update_auth_method_k8_s.rb +1 -0
  110. data/lib/akeyless/models/update_auth_method_ldap.rb +1 -0
  111. data/lib/akeyless/models/update_auth_method_o_auth2.rb +1 -0
  112. data/lib/akeyless/models/update_auth_method_oci.rb +1 -0
  113. data/lib/akeyless/models/update_auth_method_oidc.rb +1 -0
  114. data/lib/akeyless/models/update_auth_method_saml.rb +1 -0
  115. data/lib/akeyless/models/update_auth_method_universal_identity.rb +1 -0
  116. data/lib/akeyless/models/update_pki_cert_issuer.rb +3 -0
  117. data/lib/akeyless/version.rb +1 -1
  118. metadata +1 -1
@@ -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
- | **allowed_client_type** | **Array<String>** | | [optional] |
8
+ | **allowed_client_type** | **Array<String>** | limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension] | [optional] |
9
9
  | **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
10
10
  | **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
11
11
  | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
@@ -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
- | **allowed_client_type** | **Array<String>** | | [optional] |
8
+ | **allowed_client_type** | **Array<String>** | limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension] | [optional] |
9
9
  | **audience** | **String** | The audience in the JWT | [optional] |
10
10
  | **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
11
11
  | **bound_client_ids** | **Array<String>** | The clients ids that the access is restricted to | [optional] |
@@ -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
- | **allowed_client_type** | **Array<String>** | | [optional] |
8
+ | **allowed_client_type** | **Array<String>** | limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension] | [optional] |
9
9
  | **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
10
10
  | **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
11
11
  | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
@@ -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
- | **allowed_client_type** | **Array<String>** | | [optional] |
8
+ | **allowed_client_type** | **Array<String>** | limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension] | [optional] |
9
9
  | **allowed_redirect_uri** | **Array<String>** | Allowed redirect URIs after the authentication | [optional] |
10
10
  | **audience** | **String** | Audience claim to be used as part of the authentication flow. In case set, it must match the one configured on the Identity Provider's Application | [optional] |
11
11
  | **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
@@ -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
- | **allowed_client_type** | **Array<String>** | | [optional] |
8
+ | **allowed_client_type** | **Array<String>** | limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension] | [optional] |
9
9
  | **allowed_redirect_uri** | **Array<String>** | Allowed redirect URIs after the authentication | [optional] |
10
10
  | **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
11
11
  | **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
@@ -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
- | **allowed_client_type** | **Array<String>** | | [optional] |
8
+ | **allowed_client_type** | **Array<String>** | limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension] | [optional] |
9
9
  | **audit_logs_claims** | **Array<String>** | Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\" | [optional] |
10
10
  | **bound_ips** | **Array<String>** | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
11
11
  | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
@@ -17,9 +17,9 @@
17
17
  | **code_signing_flag** | **Boolean** | If set, certificates will be flagged for code signing use | [optional] |
18
18
  | **country** | **String** | A comma-separated list of countries that will be set in the issued certificate | [optional] |
19
19
  | **create_private_crl** | **Boolean** | Set this to allow the issuer will expose a CRL endpoint in the Gateway | [optional] |
20
- | **create_private_ocsp** | **Boolean** | | [optional] |
20
+ | **create_private_ocsp** | **Boolean** | Set this to enable an OCSP endpoint in the Gateway and include its URL in AIA | [optional] |
21
21
  | **create_public_crl** | **Boolean** | Set this to allow the cert issuer will expose a public CRL endpoint | [optional] |
22
- | **create_public_ocsp** | **Boolean** | | [optional] |
22
+ | **create_public_ocsp** | **Boolean** | Set this to enable a public OCSP endpoint and include its URL in AIA (served by UAM and includes account id) | [optional] |
23
23
  | **critical_key_usage** | **String** | Mark key usage as critical [true/false] | [optional][default to 'true'] |
24
24
  | **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
25
25
  | **description** | **String** | Description of the object | [optional] |
@@ -39,7 +39,7 @@
39
39
  | **new_name** | **String** | New item name | [optional] |
40
40
  | **not_enforce_hostnames** | **Boolean** | If set, any names are allowed for CN and SANs in the certificate and not only a valid host name | [optional] |
41
41
  | **not_require_cn** | **Boolean** | If set, clients can request certificates without a CN | [optional] |
42
- | **ocsp_ttl** | **String** | | [optional] |
42
+ | **ocsp_ttl** | **String** | OCSP NextUpdate window for OCSP responses (min 10m). Supports s,m,h,d suffix. | [optional] |
43
43
  | **organizational_units** | **String** | A comma-separated list of organizational units (OU) that will be set in the issued certificate | [optional] |
44
44
  | **organizations** | **String** | A comma-separated list of organizations (O) that will be set in the issued certificate | [optional] |
45
45
  | **postal_code** | **String** | A comma-separated list of postal codes that will be set in the issued certificate | [optional] |
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Deprecated (Deprecated) The audience in the JWT
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Comma separated list of allowed CORS domains to be validated as part of the authentication flow.
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # The audience to verify in the JWT received by the client
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # The audience in the Kubernetes JWT that the access is restricted to
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # The audience in the JWT
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Allowed redirect URIs after the authentication
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Allowed redirect URIs after the authentication
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -18,6 +18,7 @@ module Akeyless
18
18
  # Access expiration date in Unix timestamp (select 0 for access without expiry date)
19
19
  attr_accessor :access_expires
20
20
 
21
+ # limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]
21
22
  attr_accessor :allowed_client_type
22
23
 
23
24
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Deprecated (Deprecated) The audience in the JWT
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Comma separated list of allowed CORS domains to be validated as part of the authentication flow.
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # The audience to verify in the JWT received by the client
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # The audience in the Kubernetes JWT that the access is restricted to
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # The audience in the JWT
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Allowed redirect URIs after the authentication
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Allowed redirect URIs after the authentication
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Deprecated (Deprecated) The audience in the JWT
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Comma separated list of allowed CORS domains to be validated as part of the authentication flow.
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # The audience to verify in the JWT received by the client
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # The audience in the Kubernetes JWT that the access is restricted to
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # The audience in the JWT
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Allowed redirect URIs after the authentication
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Allowed redirect URIs after the authentication
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -54,11 +54,13 @@ module Akeyless
54
54
  # Set this to allow the issuer will expose a CRL endpoint in the Gateway
55
55
  attr_accessor :create_private_crl
56
56
 
57
+ # Set this to enable an OCSP endpoint in the Gateway and include its URL in AIA
57
58
  attr_accessor :create_private_ocsp
58
59
 
59
60
  # Set this to allow the cert issuer will expose a public CRL endpoint
60
61
  attr_accessor :create_public_crl
61
62
 
63
+ # Set this to enable a public OCSP endpoint and include its URL in AIA (served by UAM and includes account id)
62
64
  attr_accessor :create_public_ocsp
63
65
 
64
66
  # Mark key usage as critical [true/false]
@@ -115,6 +117,7 @@ module Akeyless
115
117
  # If set, clients can request certificates without a CN
116
118
  attr_accessor :not_require_cn
117
119
 
120
+ # OCSP NextUpdate window for OCSP responses (min 10m). Supports s,m,h,d suffix.
118
121
  attr_accessor :ocsp_ttl
119
122
 
120
123
  # A comma-separated list of organizational units (OU) that will be set in the issued certificate
@@ -18,6 +18,7 @@ module Akeyless
18
18
  # Address
19
19
  attr_accessor :address
20
20
 
21
+ # A default list of client types that are allowed to authenticate [cli,ui,gateway-admin,sdk,mobile,extension].
21
22
  attr_accessor :allowed_client_type
22
23
 
23
24
  # Limits email sharing to the specified domains. Relevant only when item sharing is enabled. By default, all domains are allowed.
@@ -101,6 +102,7 @@ module Akeyless
101
102
  # Minimum ttl
102
103
  attr_accessor :jwt_ttl_min
103
104
 
105
+ # Lock allowed-client-type setting in the account [true/false].
104
106
  attr_accessor :lock_allowed_client_type
105
107
 
106
108
  # Lock bound-ips setting globally in the account.
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Deprecated (Deprecated) The audience in the JWT
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Comma separated list of allowed CORS domains to be validated as part of the authentication flow.
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # The audience to verify in the JWT received by the client
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # The audience in the Kubernetes JWT that the access is restricted to
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # The audience in the JWT
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Subclaims to include in audit logs, e.g \"--audit-logs-claims email --audit-logs-claims username\"
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Allowed redirect URIs after the authentication
@@ -19,6 +19,7 @@ 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]
22
23
  attr_accessor :allowed_client_type
23
24
 
24
25
  # Allowed redirect URIs after the authentication