users

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2026 License: MIT Imports: 7 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 UserInfo

type UserInfo struct {
	Email           string   `json:"email"`
	Name            string   `json:"name,omitempty"`
	DeveloperAccess string   `json:"developer_access,omitempty"`
	AppAccess       []string `json:"app_access,omitempty"`
}

UserInfo represents user information

Jump to

Keyboard shortcuts

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