v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
policiesManagement

Get access key lifetime policy.

Get access key lifetime policy. This policy defines the maximum time an access key has once it has been created or rotated before it must be rotated. Otherwise, it will no longer be able to be used. The value 0 represents that the access keys will never expire and the time specified can be configured by the organization.

get/v1/policies/accessKeysLifetime

Response

The Access Key Lifetime Policy.

accessKeysLifetimeInDaysstring required

The number of days it will take for an access key to expire without being rotated/copied. Setting it to 0 (never) means that access keys will never expire. Valid values are: 0, 30, 45, 60, 90, 180, or 365

Example response

{
  "accessKeysLifetimeInDays": "60"
}