Partially update a security profile.
PATCH
/securityprofiles/{securityProfileID}
200Roles
At least one of the roles below is required to access this endpoint.
FullAccessSecurityProfileAdminSetSecurityProfile
Parameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
securityProfileID | Required | string | ID of the security profile. | --- |
Request Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
Name | string | --- | 100 characters | --- | ||
Roles | array | --- | --- | --- | ||
CustomRoles | array | --- | --- | --- | ||
PasswordConfig | object | --- | --- | --- | ||
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
Name | string | --- | 100 characters | --- | ||
Roles | array | --- | --- | --- | ||
CustomRoles | array | --- | --- | --- | ||
PasswordConfig | object | --- | --- | --- | ||