Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 2.85 KB

AuthMethodUpdateKerberos.md

File metadata and controls

40 lines (36 loc) · 2.85 KB

akeyless.Model.AuthMethodUpdateKerberos

authMethodUpdateKerberos is a command that updates an auth method that will be able to authenticate using Kerberos

Properties

Name Type Description Notes
AccessExpires long Access expiration date in Unix timestamp (select 0 for access without expiry date) [optional] [default to 0]
AuditLogsClaims List<string> Subclaims to include in audit logs, e.g &quot;- -audit-logs-claims email - -audit-logs-claims username&quot; [optional]
BindDn string [optional]
BindDnPassword string [optional]
BoundIps List<string> A CIDR whitelist with the IPs that the access is restricted to [optional]
DeleteProtection string Protection from accidental deletion of this object [true/false] [optional]
Description string Auth Method description [optional]
ForceSubClaims bool if true: enforce role-association must include sub claims [optional]
GroupAttr string [optional]
GroupDn string [optional]
GroupFilter string [optional]
GwBoundIps List<string> A CIDR whitelist with the GW IPs that the access is restricted to [optional]
Json bool Set output format to JSON [optional] [default to false]
JwtTtl long Jwt TTL [optional] [default to 0]
KeytabFileData string [optional]
KeytabFilePath string [optional]
Krb5ConfData string [optional]
Krb5ConfPath string [optional]
LdapAnonymousSearch bool [optional]
LdapCaCert string [optional]
LdapUrl string [optional]
Name string Auth Method name
NewName string [optional]
ProductType List<string> Choose the relevant product type for the auth method [sm, sra, pm, dp, ca] [optional]
SubclaimsDelimiters List<string> A list of additional sub claims delimiters (relevant only for SAML, OIDC, OAuth2/JWT) [optional]
Token string Authentication token (see `/auth` and `/configure`) [optional]
UidToken string The universal identity token, Required only for universal_identity authentication [optional]
UniqueIdentifier string A unique identifier (ID) value which is a &quot;sub claim&quot; name that contains details uniquely identifying that resource. This &quot;sub claim&quot; is used to distinguish between different identities. [optional]
UserAttribute string [optional]
UserDn string [optional]

[Back to Model list] [Back to API list] [Back to README]