Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "casctl",
Short: "Command line utility for administrative endpoints exposed by CAS server.",
}
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
type AuthenticatedService ¶
type AuthenticatedService struct {
OriginalUrl string
}
type AvailabilityReport ¶
type AvailabilityReport struct {
UpTime int
}
type SsoSessionReport ¶
type SsoSessionReport struct { TotalPrincipals int `json:"totalPrincipals"` ActiveSsoSessions []struct { AuthenticatedPrincipal string `json:"authenticated_principal"` AuthenticationDate string `json:"authentication_date_formatted"` NumberOfUses int `json:"number_of_uses"` AuthenticatedServices map[string]AuthenticatedService `json:"authenticated_services"` } `json:"activeSsoSessions"` }
Click to show internal directories.
Click to hide internal directories.