VcenterSettingsV1ConfigComponentsAuthmanagementTokenPolicy
TokenPolicy structure This structure represents the configuration in Token Policy.
Properties
integer as int64
bearer_refresh
Required
Maximum Bearer RefreshToken lifetime.
integer as int64
clock_tolerance
Required
Clock tolerance ms.
integer as int64
hok_refresh
Required
Maximum HoK RefreshToken lifetime.
integer as int64
token_delegation
Required
Maximum token delegation count.
integer as int64
token_renewal
Required
Maximum token renewal count.
JSON Example
{
"bearer_refresh": 0,
"clock_tolerance": 0,
"hok_refresh": 0,
"token_delegation": 0,
"token_renewal": 0
}