Update Iam Settings
Updates the IAM Global Settings configuration including API token TTL, access token TTL, and API token retention period. These settings control the lifetime and retention policies for authentication tokens used in the VCF.
IAM Settings to be updated
Show optional properties
{
"accessTokenTtl": 0,
"allUsersGroupEnabled": false,
"apiTokenRetentionPeriod": 0,
"apiTokenTtl": 0,
"jitInactiveUserEnabled": false
}
{
"accessTokenTtl": 0,
"allUsersGroupEnabled": false,
"apiTokenRetentionPeriod": 0,
"apiTokenTtl": 0,
"jitInactiveUserEnabled": false,
"jitInactiveUserTtl": 0
}
Access Token TTL in minutes
Enable 'ALL_USERS' group in identity broker
API Token Retention period in minutes
API Token TTL in minutes
Enable JIT Inactive User feature
TTL for marking JITed user inactive
IAM Global Settings updated successfully
{
"accessTokenTtl": 0,
"allUsersGroupEnabled": false,
"apiTokenRetentionPeriod": 0,
"apiTokenTtl": 0,
"jitInactiveUserEnabled": false,
"jitInactiveUserTtl": 0
}
Access Token TTL in minutes
Enable 'ALL_USERS' group in identity broker
API Token Retention period in minutes
API Token TTL in minutes
Enable JIT Inactive User feature
TTL for marking JITed user inactive
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"accessTokenTtl":"integer","allUsersGroupEnabled":"boolean","apiTokenRetentionPeriod":"integer","apiTokenTtl":"integer","jitInactiveUserEnabled":"boolean"}' https://{api_host}/suite-api/api/fleet-management/iam/settings