Documentation ¶
Index ¶
Constants ¶
View Source
const ( ENUM_SERVICE_PLATFORM string = "pingone-platform" ENUM_SERVICE_SSO string = "pingone-sso" ENUM_SERVICE_MFA string = "pingone-mfa" ENUM_SERVICE_PROTECT string = "pingone-protect" )
View Source
const ( ENUM_OUTPUT_FORMAT_TEXT string = "text" ENUM_OUTPUT_FORMAT_JSON string = "json" )
View Source
const ( ENUM_PINGONE_REGION_AP string = "AsiaPacific" ENUM_PINGONE_REGION_CA string = "Canada" ENUM_PINGONE_REGION_EU string = "Europe" ENUM_PINGONE_REGION_NA string = "NorthAmerica" )
Variables ¶
This section is empty.
Functions ¶
func ExportFormatValidValues ¶
func ExportFormatValidValues() []string
func MultiServiceValidValues ¶
func MultiServiceValidValues() []string
func OutputFormatValidValues ¶
func OutputFormatValidValues() []string
func PingOneRegionValidValues ¶
func PingOneRegionValidValues() []string
Types ¶
type ExportFormat ¶
type ExportFormat string
func (*ExportFormat) Set ¶
func (s *ExportFormat) Set(format string) error
func (*ExportFormat) String ¶
func (s *ExportFormat) String() string
func (*ExportFormat) Type ¶
func (s *ExportFormat) Type() string
type MultiService ¶
type MultiService struct {
// contains filtered or unexported fields
}
func NewMultiService ¶
func NewMultiService() *MultiService
func (*MultiService) GetServices ¶
func (s *MultiService) GetServices() *[]string
func (*MultiService) Set ¶
func (s *MultiService) Set(service string) error
func (*MultiService) String ¶
func (s *MultiService) String() string
func (*MultiService) Type ¶
func (s *MultiService) Type() string
type OutputFormat ¶
type OutputFormat string
func (*OutputFormat) Set ¶
func (s *OutputFormat) Set(outputFormat string) error
func (*OutputFormat) String ¶
func (s *OutputFormat) String() string
func (*OutputFormat) Type ¶
func (s *OutputFormat) Type() string
type PingOneRegion ¶
type PingOneRegion string
func (*PingOneRegion) Set ¶
func (s *PingOneRegion) Set(region string) error
func (*PingOneRegion) String ¶
func (s *PingOneRegion) String() string
func (*PingOneRegion) Type ¶
func (s *PingOneRegion) Type() string
Click to show internal directories.
Click to hide internal directories.