saml.go 66 B

12345
  1. package models
  2. type IsSAMLEnabledCommand struct {
  3. Result bool
  4. }