APITokenTTLPolicyMedia

APITokenTTLPolicyMedia
APITokenTTLPolicyMedia

API Token TTL policy limits for the tenant.

JSON Example
{
    "_links": {
        "self": {
            "href": "https://example.com/path-to-self"
        }
    },
    "maxAccessTokenTtl": 0,
    "maxApiTokenTtl": 0,
    "enabled": false
}
object
_links
Read-Only  

The resource HATEOAS links. Usually includes a "self" link for this resource

integer As int32 As int32
maxAccessTokenTtl
Optional

Maximum allowed Access Token TTL in minutes

integer As int32 As int32
maxApiTokenTtl
Optional

Maximum allowed API Token TTL in minutes

boolean
enabled
Optional

Whether TTL policy limits are enabled