/create-auth-method-universal-identityAsk AIpost https://api.akeyless.io/create-auth-method-universal-identityBody Paramsaccess-expiresint64Defaults to 0Access expiration date in Unix timestamp (select 0 for access without expiry date)allowed-client-typearray of stringslimit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension]allowed-client-typeADD stringaudit-logs-claimsarray of stringsSubclaims to include in audit logs, e.g "--audit-logs-claims email --audit-logs-claims username"audit-logs-claimsADD stringbound-ipsarray of stringsA CIDR whitelist with the IPs that the access is restricted tobound-ipsADD stringchild-ttl-limitint32Defaults to 43200Maximum child token ttl allowed in uid-create-child-tokendelete_protectionstringProtection from accidental deletion of this object [true/false]deny-inheritancebooleanDeny from root to create childrentruefalsedeny-rotatebooleanDeny from the token to rotatetruefalsedescriptionstringAuth Method descriptionexpiration-event-inarray of stringsHow many days before the expiration of the auth method would you like to be notified.expiration-event-inADD stringforce-sub-claimsbooleanif true: enforce role-association must include sub claimstruefalsegw-bound-ipsarray of stringsA CIDR whitelist with the GW IPs that the access is restricted togw-bound-ipsADD stringjsonbooleanDefaults to falseSet output format to JSONtruefalsejwt-ttlint64Defaults to 0Jwt TTLnamestringrequiredAuth Method nameproduct-typearray of stringsChoose the relevant product type for the auth method [sm, sra, pm, dp, ca]product-typeADD stringtokenstringAuthentication token (see /auth and /configure)tree-lengthint32Defaults to 200Maximum UID tree depth allowed (child of child of ...)ttlint32Defaults to 60Token ttluid-tokenstringThe universal identity token, Required only for universal_identity authenticationResponses 200createAuthMethodUniversalIdentityResponse wraps response body. defaulterrorResponse wraps any error to return it as a JSON object with one "error" field.Updated 7 months ago