Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Application ¶
type Application struct {
ID uint `gorm:"primarykey"`
Domain string
AccessibilityErrorRedirectUrl string
AccessibilityLoginRedirectUrl string
AccessibilitySelfService *bool
Created *time.Time
CredentialsSigningLastRotated *time.Time
CredentialsSigningNextRotation *time.Time
CredentialsSigningRotationMode string
CredentialsUserNameTemplateSuffix string
CredentialsUserNameTemplateTemplate string
CredentialsUserNameTemplateType string
Features []*ApplicationFeatures `gorm:"constraint:OnDelete:CASCADE;"`
ApplicationID string
Label string
LastUpdated *time.Time
LicensingSeatCount int64
Name string
SettingsImplicitAssignment *bool
SettingsInlineHookId string
SettingsNotificationsVpnHelpUrl string
SettingsNotificationsVpnMessage string
SignOnMode string
Status string
VisibilityAutoSubmitToolbar *bool
VisibilityHideIOS *bool
VisibilityHideWeb *bool
}
type ApplicationConfig ¶
type ApplicationConfig struct {
Filter string
}
type ApplicationFeatures ¶
type NewResourceFunc ¶
type User ¶
type User struct {
ID uint `gorm:"primarykey"`
Domain string
Activated *time.Time
Created *time.Time
Groups []*UserGroup `gorm:"constraint:OnDelete:CASCADE;"`
Login string
FirstName string
LastName string
MiddleName string
HonorificPrefix string
HonorificSuffix string
Email string
Title string
DisplayName string
NickName string
ProfileUrl string
SecondEmail string
MobilePhone string
PrimaryPhone string
StreetAddress string
City string
State string
ZipCode string
CountryCode string
PostalAddress string
PreferredLanguage string
Locale string
Timezone string
UserType string
EmployeeNumber string
CostCenter string
Organization string
Division string
Department string
ManagerId string
Manager string
CredentialsProviderName string
CredentialsProviderType string
ResourceID string
LastLogin *time.Time
LastUpdated *time.Time
PasswordChanged *time.Time
Status string
StatusChanged *time.Time
TransitioningToStatus string
}
type UserConfig ¶
type UserConfig struct {
Filter string
}
Click to show internal directories.
Click to hide internal directories.