Manage secure, fine-grained access to StarTree resources with Role-Based Access Control (RBAC), enabling administrators to define custom policies, create roles, and assign them to users or groups through the Security Manager interface integrated with your organization’s Identity Provider (IDP).
system-admin
role, which grants them full access to all resources and actions in their StarTree environment. When inviting new users, you can easily control user access by assigning roles. You can also update or remove roles at any time to ensure that users have the correct level of access.curl
command to send a request to the Simulate API:
policyDocumentJson
is the JSON content of the policy you want to test.subjectTypeToSubject
identifies the subject (user email, group name, or API token) that the API will use to simulate the policy with. The values can be one of the following pairs:subject-type | subject-id |
---|---|
email | the user’s email address (e.g., john.doe@example.com ) |
group | The name of the group the user belongs to, as defined in your organization’s IDP |
service-token | The username portion of the service token (see how to obtain a service token’s username ) |
resourceSrn2String
specifies the resource that the you want to simulate access to.action
is the action that you want to simulate on the resource (e.g., Query
, DeleteTable
, UpdateSchema
).