Skip to content

Commit

Permalink
feat: add owner and finance admin roles CLD-3326 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
captainbeardo authored Aug 13, 2024
1 parent 508379b commit ad43975
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion temporal/api/cloud/identity/v1/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ option csharp_namespace = "Temporalio.Api.Cloud.Identity.V1";
import "google/protobuf/timestamp.proto";

message AccountAccess {
// The role on the account, should be one of [admin, developer, read]
// The role on the account, should be one of [owner, admin, developer, financeadmin, read]
// owner - gives full access to the account, including users, namespaces, and billing
// admin - gives full access the account, including users and namespaces
// developer - gives access to create namespaces on the account
// financeadmin - gives read only access and write access for billing
// read - gives read only access to the account
string role = 1;
}
Expand Down

0 comments on commit ad43975

Please sign in to comment.