interface PermissionCreateParams {
    project_ids: string[];
}

Properties

Properties

project_ids: string[]

The project identifiers to grant access to.