Skip to main content

List Roles

List Roles returns a list of roles supported by a provider for a particular resource type.

Path Parameters
    id string required
    resourceType string required
Responses

A successful response.


Schema
    roles object[]
  • Array [
  • id string
    name string
    description string
    permissions undefined[]
  • ]
Loading...