v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Product

List Role Templates

List all Role templates within CoreStack.

get/v1/role_templates/list

Response

Success

namestring

Name of the role_template

rolestring

Role of the template defined

descriptionstring

Description of the role template

cloud_servicesstring[]

List of cloud services supported for the role template

integrated_toolsstring[]

List of integrated tools supported for the role template

resourcesstring[]

List of resources supported for the role template

saas_servicesstring[]

List of SaaS services supported for the role template

Example response

[
  {
    "policies": [
      {
        "policy": "access_governance_dashboard",
        "action": "access_analytics"
      }
    ],
    "cloud_services": [
      "AWS"
    ],
    "integrated_tools": [
      "Anomaly_Detector"
    ],
    "resources": [
      "kubernetes_cluster"
    ],
    "saas_services": [
      "Anthropic"
    ]
  }
]