Get Application Role
API code: GET_APPLICATION_ROLE
Pre-authorized role(s): PROVIDER_ADMIN
Platform(s): AMAZON | OSIS | CLOUDIAN | ECS
Request
URI
GET
https://{api_host}/api/v1/core/roles/{roleName}
COPY
Path Parameters
string
roleName
Required
The OSE application role name.
Possible values are :
PROVIDER_ADMIN,
TENANT_ADMIN,
TENANT_USER,
ANONYMOUS,
UNDETERMINED_USER,
Responses
200
OK
Returns
BuiltInRole
of type(s)
application/json
{
"name": "string",
"rights": [
{
"rightName": "string",
"category": "string"
}
]
}
string
name
Optional
name
Possible values are :
PROVIDER_ADMIN,
TENANT_ADMIN,
TENANT_USER,
ANONYMOUS,
UNDETERMINED_USER,
Role Management Operations
GET
Get Application Role
GET
List Application Roles
GET
List Rights
PATCH
Update Application Role