Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectionPermissionItem ¶ added in v0.7.1
type ConnectionPermissionItem struct {
Connection *models.DataSourceListItemDTO
Permissions []*models.ResourcePermissionDTO
}
type FolderDetails ¶ added in v0.7.1
type OrgsDTOWithPreferences ¶ added in v0.6.0
type OrgsDTOWithPreferences struct {
Organization *models.OrgDTO `json:"organization"`
Preferences *models.Preferences `json:"preferences"` // Preferences are preferences associated with a given org. theme, dashboard, timezone, etc
}
type ServiceAccountDTOWithTokens ¶
type ServiceAccountDTOWithTokens struct {
ServiceAccount *models.ServiceAccountDTO
Tokens []*models.TokenDTO
}
type UserProfileWithAuth ¶ added in v0.6.0
type UserProfileWithAuth struct {
models.UserProfileDTO
Password string
}
Click to show internal directories.
Click to hide internal directories.