Authorizations
An access token in Infisical
Path Parameters
The ID of the identity to update the auth method for.
Body
The new list of IPs or CIDR ranges that the Client Secret can be used from.
1
The new list of IPs or CIDR ranges that access tokens can be used from.
1
The new lifetime for an access token in seconds.
0 <= x <= 315360000
The new maximum number of times that an access token can be used.
x >= 0
The new maximum lifetime for an access token in seconds.
0 <= x <= 315360000
The new period for an access token in seconds.
0 <= x <= 315360000
Whether the lockout feature is enabled.
The amount of times login must fail before locking the identity auth method.
1 <= x <= 30
How long an identity auth method lockout lasts.
30 <= x <= 86400
How long to wait from the most recent failed login until resetting the lockout counter.
5 <= x <= 3600
Response
Default Response