Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Client ¶
func NewDefaultClient ¶
func NewDefaultClient() Client
type Response ¶
type Response struct { Name string `json:"name"` Accounts []Account `json:"accounts"` Applications []Application `json:"applications"` ServiceAccounts []ServiceAccount `json:"serviceAccounts"` Roles []Role `json:"roles"` BuildServices []interface{} `json:"buildServices"` ExtensionResources struct { } `json:"extensionResources"` Admin bool `json:"admin"` LegacyFallback bool `json:"legacyFallback"` AllowAccessToUnknownApplications bool `json:"allowAccessToUnknownApplications"` }
type ServiceAccount ¶
Click to show internal directories.
Click to hide internal directories.