UNPKG

@oystehr/sdk

Version:

Oystehr SDK

16 lines (13 loc) 334 B
// AUTOGENERATED -- DO NOT EDIT import { AccessPolicy } from './AccessPolicy'; export interface RoleCreateParams { /** * The name of the role. */ name: string; /** * A description of the Role to help you differentiate it from other Roles in the project. */ description?: string; accessPolicy?: AccessPolicy; }