Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.01 KB

CreateAuthMethod.md

File metadata and controls

17 lines (13 loc) · 1.01 KB

akeyless.CreateAuthMethod

Properties

Name Type Description Notes
accessExpires Number Access expiration date in Unix timestamp (select 0 for access without expiry date) [optional] [default to 0]
boundIps [String] A CIDR whitelist with the IPs that the access is restricted to [optional]
forceSubClaims Boolean if true: enforce role-association must include sub claims [optional]
gwBoundIps [String] A CIDR whitelist with the GW IPs that the access is restricted to [optional]
json Boolean Set output format to JSON [optional] [default to false]
jwtTtl Number Jwt TTL [optional] [default to 0]
name String Auth Method name
token String Authentication token (see `/auth` and `/configure`) [optional]
uidToken String The universal identity token, Required only for universal_identity authentication [optional]