PUT /v1/updateAccessRight - BlueCat Integrity - 9.5.0

Address Manager Legacy v1 API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.5.0

Description

Updates access rights for a specified object.

Parameters

Name Description
entityId

Location: query

Type: integer (int64)

The object ID of the entity to which the access right is assigned.
overrides

Location: query

Type: string

A list of potentially modified type-specific overrides in the following format:
"objectType=accessValue|objectType=accessValue"
properties

Location: query

Type: string

A string including the following options:
  • workflowLevel —valid values for this option are as follows:
    • None —changes made by the user or group take effect immediately.
    • Recommend —changes made by the user or group are saved as change requests and must be reviewed and approved before they take effect.
    • Approve —changes made by the user or group take effect immediately and the user or group can approve change requests from other users or groups.
  • deploymentAllowed—either true or false; to indicate whether or not the user or group can perform a full deployment of data from the configuration to a managed server
  • quickDeploymentAllowed—either true or false; to indicate whether or not the user or group can instantly deploy changed DNS resource records.
  • selectiveDeploymentAllowed—either true or false; to indicate whether a user or group can perform a selective deployment of data to a managed server, and dynamically deploy resource records that are added, updated, and deleted within a DNS zone that has the dynamicUpdate parameter enabled.
Note:
  • All of these properties are optional.
  • The deploymentAllowed property is applicable only for configuration, server, or root with Full access rights.
  • The selectiveDeploymentAllowed property can only be configured at the root level.
  • The workflowLevel property is applicable only for Change, Add, or Full access rights.
userId

Location: query

Type: integer (int64)

The object ID of the user to whom the access right is assigned. This value is not mutable.
value

Location: query

Type: string

The new value for the access right. Valid entries are listed in Access right values.

Responses

Code Description
204

Type: none

None.