Attach
Attach Universal Auth configuration onto machine identity
Documentation Index
Fetch the complete documentation index at: https://infisical.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
An access token in Infisical
Path Parameters
The ID of the machine identity to attach the configuration onto.
Body
A list of IPs or CIDR ranges that the Client Secret can be used from together with the Client ID to get back an access token. You can use 0.0.0.0/0, to allow usage from any network address.
1A list of IPs or CIDR ranges that access tokens can be used from. You can use 0.0.0.0/0, to allow usage from any network address.
1The lifetime for an access token in seconds. This value will be referenced at renewal time.
0 <= x <= 315360000The maximum lifetime for an access token in seconds. This value will be referenced at renewal time.
0 <= x <= 315360000The maximum number of times that an access token can be used; a value of 0 implies infinite number of uses.
x >= 0The period for an access token in seconds. This value will be referenced at renewal time. Default value is 0.
x >= 0Whether the lockout feature is enabled.
The amount of times login must fail before locking the identity auth method.
1 <= x <= 30How long an identity auth method lockout lasts.
30 <= x <= 86400How long to wait from the most recent failed login until resetting the lockout counter.
5 <= x <= 3600Response
Default Response