users

package
v0.5.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 28, 2026 License: MIT Imports: 8 Imported by: 0

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 GrantInfo added in v0.5.5

type GrantInfo struct {
	Name        string   `json:"name"`
	PackageName string   `json:"package_name,omitempty"`
	Permissions []string `json:"permissions,omitempty"`
}

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL