diff --git a/client/service_account.go b/client/service_account.go index a22d8cd..402267d 100644 --- a/client/service_account.go +++ b/client/service_account.go @@ -9,7 +9,7 @@ import ( type CreateServiceAccountInput struct { Name string `json:"name"` - Role string `json:"role,omitempty"` + Role string `json:"role"` IsDisabled *bool `json:"isDisabled,omitempty"` }