Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AccountRole ¶
type AccountRole struct { AccountID string `json:"accountID"` AccountName string `json:"accountName"` RoleName string `json:"roleName"` }
func (AccountRole) String ¶
func (a AccountRole) String() string
func (AccountRole) URL ¶
func (a AccountRole) URL(baseURL string) string
type Instance ¶
type Instance struct { SsoURL string `json:"ssoUrl"` AccountRoles []AccountRole `json:"accountRoles"` }
Click to show internal directories.
Click to hide internal directories.