Editing Permission Set
- Print
- PDF
Editing Permission Set
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Edit permission set information.
Request
- PUT /permission-sets/{permissionSetId}
Request path
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
permissionSetId | Y | String | Permission Set Id |
Request body
{
"description":"String",
"systemManagedPolicyIds" : [
"String"
],
"userCreatedPolicyNames" : [
"String"
]
}
Parameter | Required | Type | Description | Restrictions |
---|---|---|---|---|
description | N | String | Permission Set description | |
systemManagedPolicyIds | N | Array | System managed policy IDs | Required if userCreatedPolicyNames doesn't exist |
userCreatedPolicyNames | N | Array | User created policy names | Required if systemManagedPolicyIds doesn't exist |
Response
{
"id": "String",
"success" : "boolean",
"message" : "String"
}
Parameter | Type | Description | Restrictions |
---|---|---|---|
id | String | Permission Set ID | |
success | Boolean | Success status | |
message | String | Error message upon failure |
Error
Errors that may occur while using this action are listed below. For error response format, see Error Response.
For more information about common errors, see NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
400 | 400 | Invalid request |
400 | 9073 | PermissionSet that doesn't exist |
400 | 9071 | At least one policy must be selected |
Was this article helpful?