Get Application Role

Get Application Role

API code: GET_APPLICATION_ROLE
Pre-authorized role(s): PROVIDER_ADMIN
Platform(s): AMAZON | OSIS | CLOUDIAN | ECS

Request
URI
GET
https://apaas-29.eng.vmware.com//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,

Authentication
This operation uses the following authentication methods.
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,
array of RoleRight
rights
Optional

rights