Skip to main content
PUT
Update Access Policy

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the access policy.

Body

application/json
name
string

The name of the access policy.

description
string

A description of the access policy.

maxAccessMinutes
integer<int32>

The maximum number of minutes that access can be granted for.

requireBusinessJustification
boolean | null

Whether a business justification is required when requesting access. Omit to leave unchanged.

The recommended duration in minutes for access requests (optional).

requireOnBehalfOfConfirmation
boolean | null

Whether requests made on behalf of others require the target user's confirmation. Omit to leave unchanged.

Response

Success

data
data · object

The updated access policy.