Validating Permission Set name
- Print
- PDF
Validating Permission Set name
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
You can validate a Permission Set name through pattern and redundancy checks.
Requests
- GET /permission-sets/check-permission-set-name
Request parameters
Parameters | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
permissionSetName | N | String | PermissionSet name to check |
Responses
Response bodies
{
"name": "String",
"success": "boolean",
"message": "String"
}
Parameters | Type | Description | Restrictions |
---|---|---|---|
name | String | PermissionSet name | |
success | Boolean | Whether it is a success | |
message | Array | Failure error message |
Errors
Errors that may occur while using this action are listed below. For error response format, see ErrorResponse.
For more information on common errors, see NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
400 | Invalid request |
Was this article helpful?