PUT Security Roles
The PUT /Security/Roles method is used to update a security role in Keyfactor Command including the permissions set for the role and the security identities mapped to the role. This method returns HTTP 200 OK on a success with the details of the security role.
The user must hold a role containing this permission in the Global Permission Set (see Permission Sets).
This method has two available versions. Keyfactor strongly recommends using the newer method when possible; the v1 method has been deprecated since it supports Active Directory identities only. The v2 method has been redesigned to provide support for alternate identity providers and the newer claims-based authentication model that accompanies this. This version of the method supports both Active Directory and other identity providers. For more information about versioning, see Versioning.
Version 2 of the PUT /Security/Roles method has been redesigned to provide support for alternate identity providers and the newer claims-based authentication model that accompanies this. All new development should use this version.
Table 677: PUT Security Roles v2 Input Parameters
Name |
In |
Description |
---|---|---|
Id | Body |
Required. An integer containing the Keyfactor Command identifier for the security role.
|
Name | Body | Required. A string containing the short reference name for the security role. |
Description | Body | Required. A string containing the description for the security role. |
EmailAddress | Body | A string containing an email address for the role. This address can be used from workflows to direct email messages to the owner of certificates for uses such as certificate expiration alerts (assuming the certificate owner for the certificates, a security role, has been populated) |
Permission SetId | Body |
A string containing the Keyfactor Command reference GUID of the permission set to which the role is assigned (see Permission Sets). Tip: For details of the permissions associated with the role, use the GET /SecurityRoles/{id} method (see GET Security Roles ID) for the desired role. For details of the permissions associated withe the permission set to which the role belongs, use GET /PermissionSets/{id} method (see GET Permission Sets ID) using this permission set GUID. A role may be only granted a subset of the permissions available in a permission set.
|
Permissions | Body |
An array of strings containing the permissions assigned to the role in a comma-separated list of Name:Value pairs. See Version Two Permission Model for an overview of the possible permissions. For example: Copy
|
Claims | Body |
An array of objects containing the claims associated with the role. Show claim details. |
Table 678: PUT Security Roles v2 Response Data
Name | Description |
---|---|
Id |
An integer containing the Keyfactor Command identifier for the security role. |
Name | A string containing the short reference name for the security role. |
Description | A string containing the description for the security role. |
EmailAddress | A string containing an email address for the role. This address can be used from workflows to direct email messages to the owner of certificates for uses such as certificate expiration alerts (assuming the certificate owner for the certificates, a security role, has been populated) |
Immutable | A Boolean indicating if the role is immutable or not. Only the built-in Administrators role is considered immutable. The value of this parameter cannot be changed. |
Permission SetId |
A string containing the Keyfactor Command reference GUID of the permission set to which the role is assigned (see Permission Sets). Tip: For details of the permissions associated with the role, use the GET /SecurityRoles/{id} method (see GET Security Roles ID) for the desired role. For details of the permissions associated withe the permission set to which the role belongs, use GET /PermissionSets/{id} method (see GET Permission Sets ID) using this permission set GUID. A role may be only granted a subset of the permissions available in a permission set.
|
Permissions |
An array of strings containing the permissions assigned to the role in a comma-separated list of Name:Value pairs. See Version Two Permission Model for an overview of the possible permissions. For example: Copy
|
Claims |
An array of objects containing the claims associated with the role. Show claim details. |
Version 1 of the PUT /Security/Roles method includes the same capabilities as version 2, but offers support for managing legacy formatted Active Directory identities only.
Table 679: PUT Security Roles v1 Input Parameters
Name | In | Description |
---|---|---|
Id | Body |
Required. An integer containing the Keyfactor Command identifier for the security role.
|
Name | Body | Required. A string containing the short reference name for the security role. |
Description | Body | Required. A string containing the description for the security role. |
EmailAddress | Body | A string containing an email address for the role. This address can be used from workflows to direct email messages to the owner of certificates for uses such as certificate expiration alerts (assuming the certificate owner for the certificates, a security role, has been populated). |
Enabled | Body |
A Boolean that indicates whether the security role is enabled (true) or not (false). Security roles that have been disabled cannot be assigned to security identities. The default is true. This is considered deprecated and may be removed in a future release. |
Private | Body |
A Boolean that indicates whether the security role has been marked private (true) or not (false). The default is false. This is considered deprecated and may be removed in a future release. |
Permission SetId | Body | A string indicating the Keyfactor Command reference GUID of the permission set associated with the role (see Permission Sets). |
Permissions | Body |
An array of strings containing the permissions assigned to the role in a comma-separated list of Name:Value pairs. See Version One Permission Model for an overview of the possible permissions. For example: Copy
|
Identities | Body |
An array of objects containing one or more identifiers for each security identity to associate with the role. Show identifier information. For example: Copy
|
Table 680: PUT Security Roles v1 Response Data
Name | Description |
---|---|
Id |
An integer containing the Keyfactor Command identifier for the security role. |
Name | A string containing the short reference name for the security role. |
Description | A string containing the description for the security role. |
EmailAddress | A string containing an email address for the role. This address can be used from workflows to direct email messages to the owner of certificates for uses such as certificate expiration alerts (assuming the certificate owner for the certificates, a security role, has been populated). |
Enabled |
A Boolean that indicates whether the security role is enabled (true) or not (false). Security roles that have been disabled cannot be assigned to security identities. The default is true. This is considered deprecated and may be removed in a future release. |
Immutable | A Boolean that indicates whether the security role has been marked as editable (false) or not (true). Internal Keyfactor Command roles are not editable. This setting is reserved for Keyfactor Command internal use. |
Valid | A Boolean that indicates whether the security role's audit XML is valid (true) or not (false). A security role may become invalid if Keyfactor Command determines that it appears to have been tampered with. This setting is not end-user configurable. |
Private |
A Boolean that indicates whether the security role has been marked private (true) or not (false). The default is false. This is considered deprecated and may be removed in a future release. |
Permission SetId | A string indicating the Keyfactor Command reference GUID of the permission set associated with the role (see Permission Sets). |
Identities |
An array of objects containing information about the security identities assigned to the security role. Show identity details. |
Permissions |
An array of strings containing the permissions assigned to the role in a comma-separated list of Name:Value pairs. See Version One Permission Model for an overview of the possible permissions. For example: Copy
|