Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var UsersCmd = &cobra.Command{
Use: "users",
Short: "Manage user access and permissions",
Long: `Manage user access to your Google Play Console account.
This allows you to grant, modify, and revoke access for team members
to specific apps or the entire developer account.`,
}
Functions ¶
This section is empty.
Types ¶
type UserInfo ¶
type UserInfo struct {
Email string `json:"email"`
Name string `json:"name,omitempty"`
AccessState string `json:"access_state,omitempty"`
DeveloperAccountPermissions []string `json:"developer_account_permissions,omitempty"`
Partial bool `json:"partial,omitempty"`
Grants []GrantInfo `json:"grants,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.