Skip to main content

Get Client Roles (v2.0)

GET 

/v2.0/api/tenants/:tenant_id/clients/:client_id/base_roles

List the client base roles.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    client_id stringrequired

    The client ID.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    tenant_id string

    The tenant ID.

    items AuthRole[]
  • Array [
  • name stringrequired

    The name of the custom role. (guest|system|element|support_iam_admin|support_admin|support_viewonly|support_mfg|support_super|support_root|devops|secops|tenant_iam_admin|tenant_network_admin|tenant_security_admin|tenant_viewonly|tenant_super|tenant_root|esp_iam_admin|esp_machine_admin|esp_admin|esp_user|esp_super|esp_root))

  • ]
Loading...