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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bb5e7111836ed3126691d9d548de849b99444bc3008d006b06e18cb291e051b3
4
- data.tar.gz: 857ff1f18d6bf93c94f3b4ee6394e33145d71f768021d0cdf82a2677a955564b
3
+ metadata.gz: a35eaf606dcebda93ac0888692445e1867f106ff16c8e0ff7b24cb203b060127
4
+ data.tar.gz: 6b4a05bbe02ca243274b9a9f980ecc43e7d2b616ae7c297f1028d58edf3078c2
5
5
  SHA512:
6
- metadata.gz: 0440cba9d2f61ecabe90c6ad95a96f93f2fb06bf8eb8c81addaf6aea86a811c65a12cc3feb440dff1e7260d374e7103bffdaf1759f107cda4bd730830004f5c9
7
- data.tar.gz: fa6ad3b33eaab7c3b337333793f4161961042237766aed84db1ad816e59761ff8f3dc0b11b8efcbe52970c7c87d85a0dbc004fb5d75280c64814240b7fa47bee
6
+ metadata.gz: 224bca11ddce18bb87d1520cab2c9badc8abc9c7e6d78674683f6862bace72c1f4e42aa1efba094647a2d768d9bcf1571354f65ba432b679d31613aecbfe4920
7
+ data.tar.gz: f0d49431a7ed3696f0b6c8ae3ce07d65924ac2f291f53af1e366235402f09d73133092753a689f5ec6903236f5cd8999c677b99cd824287662b3e6945151a6ed
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: 3.0
10
- - Package version: 5.0.16
10
+ - Package version: 5.0.17
11
11
  - Generator version: 7.10.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
  For more information, please visit [http://akeyless.io](http://akeyless.io)
@@ -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
  | **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_arn** | **Array<String>** | A list of full arns that the access is restricted to | [optional] |
11
11
  | **bound_aws_account_id** | **Array<String>** | A list of AWS account-IDs that the access is restricted to | |
@@ -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** | Deprecated (Deprecated) The audience in the JWT | [optional][default to 'https://management.azure.com/'] |
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_group_id** | **Array<String>** | A list of group 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
  | **allowed_cors** | **String** | Comma separated list of allowed CORS domains to be validated as part of the authentication flow. | [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_common_names** | **Array<String>** | A list of names. At least one must exist in the Common Name. Supports globbing. | [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
  | **audience** | **String** | The audience to verify in the JWT received by the client | [default to 'akeyless.io'] |
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
  | **audience** | **String** | The audience in the Kubernetes JWT that the access is restricted to | [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
  | **bind_dn** | **String** | | [optional] |
11
11
  | **bind_dn_password** | **String** | | [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
  | **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
  | **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
  | **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] |
@@ -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
  | **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_arn** | **Array<String>** | A list of full arns that the access is restricted to | [optional] |
11
11
  | **bound_aws_account_id** | **Array<String>** | A list of AWS account-IDs that the access is restricted to | |
@@ -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** | Deprecated (Deprecated) The audience in the JWT | [optional][default to 'https://management.azure.com/'] |
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_group_id** | **Array<String>** | A list of group 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
  | **allowed_cors** | **String** | Comma separated list of allowed CORS domains to be validated as part of the authentication flow. | [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_common_names** | **Array<String>** | A list of names. At least one must exist in the Common Name. Supports globbing. | [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
  | **audience** | **String** | The audience to verify in the JWT received by the client | [default to 'akeyless.io'] |
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
  | **audience** | **String** | The audience in the Kubernetes JWT that the access is restricted to | [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
  | **bind_dn** | **String** | | [optional] |
11
11
  | **bind_dn_password** | **String** | | [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
  | **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
  | **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
  | **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] |
@@ -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
  | **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_arn** | **Array<String>** | A list of full arns that the access is restricted to | [optional] |
11
11
  | **bound_aws_account_id** | **Array<String>** | A list of AWS account-IDs that the access is restricted to | |
@@ -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** | Deprecated (Deprecated) The audience in the JWT | [optional][default to 'https://management.azure.com/'] |
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_group_id** | **Array<String>** | A list of group 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
  | **allowed_cors** | **String** | Comma separated list of allowed CORS domains to be validated as part of the authentication flow. | [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_common_names** | **Array<String>** | A list of names. At least one must exist in the Common Name. Supports globbing. | [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
  | **audience** | **String** | The audience to verify in the JWT received by the client | [default to 'akeyless.io'] |
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
  | **auth_url** | **String** | sts URL | [optional][default to 'https://iam.myhwclouds.com:443/v3'] |
11
11
  | **bound_domain_id** | **Array<String>** | A list of domain 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
  | **audience** | **String** | The audience in the Kubernetes JWT that the access is restricted to | [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] |
@@ -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] |
@@ -38,7 +38,7 @@
38
38
  | **name** | **String** | PKI certificate issuer name | |
39
39
  | **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] |
40
40
  | **not_require_cn** | **Boolean** | If set, clients can request certificates without a CN | [optional] |
41
- | **ocsp_ttl** | **String** | | [optional] |
41
+ | **ocsp_ttl** | **String** | OCSP NextUpdate window for OCSP responses (min 10m). Supports s,m,h,d suffix. | [optional] |
42
42
  | **organizational_units** | **String** | A comma-separated list of organizational units (OU) that will be set in the issued certificate | [optional] |
43
43
  | **organizations** | **String** | A comma-separated list of organizations (O) that will be set in the issued certificate | [optional] |
44
44
  | **postal_code** | **String** | A comma-separated list of postal codes that will be set in the issued certificate | [optional] |
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **address** | **String** | Address | [optional] |
8
- | **allowed_client_type** | **Array<String>** | | [optional] |
8
+ | **allowed_client_type** | **Array<String>** | A default list of client types that are allowed to authenticate [cli,ui,gateway-admin,sdk,mobile,extension]. | [optional] |
9
9
  | **allowed_email_domains** | **Array<String>** | Limits email sharing to the specified domains. Relevant only when item sharing is enabled. By default, all domains are allowed. | [optional] |
10
10
  | **bound_ips** | **Array<String>** | A default list of comma-separated CIDR block that are allowed to authenticate. | [optional] |
11
11
  | **city** | **String** | City | [optional] |
@@ -33,7 +33,7 @@
33
33
  | **jwt_ttl_default** | **Integer** | Default ttl | [optional] |
34
34
  | **jwt_ttl_max** | **Integer** | Maximum ttl | [optional] |
35
35
  | **jwt_ttl_min** | **Integer** | Minimum ttl | [optional] |
36
- | **lock_allowed_client_type** | **String** | | [optional] |
36
+ | **lock_allowed_client_type** | **String** | Lock allowed-client-type setting in the account [true/false]. | [optional] |
37
37
  | **lock_bound_ips** | **String** | Lock bound-ips setting globally in the account. | [optional] |
38
38
  | **lock_default_key** | **String** | Lock the account's default protection key, if set - users will not be able to use a different protection key, relevant only if default-key-name is configured [true/false] | [optional] |
39
39
  | **lock_gw_bound_ips** | **String** | Lock gw-bound-ips setting in the account. | [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
  | **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_arn** | **Array<String>** | A list of full arns that the access is restricted to | [optional] |
11
11
  | **bound_aws_account_id** | **Array<String>** | A list of AWS account-IDs that the access is restricted to | |
@@ -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** | Deprecated (Deprecated) The audience in the JWT | [optional][default to 'https://management.azure.com/'] |
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_group_id** | **Array<String>** | A list of group 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
  | **allowed_cors** | **String** | Comma separated list of allowed CORS domains to be validated as part of the authentication flow. | [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_common_names** | **Array<String>** | A list of names. At least one must exist in the Common Name. Supports globbing. | [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 to verify in the JWT received by the client | [default to 'akeyless.io'] |
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
  | **audience** | **String** | The audience in the Kubernetes JWT that the access is restricted to | [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] |