Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { Create(name string, createserviceaccountrequest *iam.CreateServiceAccountRequest) *iam.ProjectsServiceAccountsCreateCall Get(name string) *iam.ProjectsServiceAccountsGetCall Patch(name string, patchserviceaccountrequest *iam.PatchServiceAccountRequest) *iam.ProjectsServiceAccountsPatchCall Delete(name string) *iam.ProjectsServiceAccountsDeleteCall }
Client should be satisfied to conduct SA operations.
Click to show internal directories.
Click to hide internal directories.