idpConnectors

package
v0.0.0-...-367d749 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2021 License: MIT Imports: 9 Imported by: 1

Documentation

Index

Constants

View Source
const (
	// ServiceName - The name of service.
	ServiceName = "IdpConnectors"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type GetIdpConnectorDescriptorByIdInput

type GetIdpConnectorDescriptorByIdInput struct {
	Id string
}

type IdpConnectorsAPI

type IdpConnectorsAPI interface {
	GetIdpConnectorDescriptors() (output *models.SaasPluginDescriptors, resp *http.Response, err error)
	GetIdpConnectorDescriptorsWithContext(ctx context.Context) (output *models.SaasPluginDescriptors, resp *http.Response, err error)

	GetIdpConnectorDescriptorById(input *GetIdpConnectorDescriptorByIdInput) (output *models.SaasPluginDescriptor, resp *http.Response, err error)
	GetIdpConnectorDescriptorByIdWithContext(ctx context.Context, input *GetIdpConnectorDescriptorByIdInput) (output *models.SaasPluginDescriptor, resp *http.Response, err error)
}

type IdpConnectorsService

type IdpConnectorsService struct {
	*client.PfClient
}

func New

New creates a new instance of the IdpConnectorsService client.

func (*IdpConnectorsService) GetIdpConnectorDescriptorById

func (s *IdpConnectorsService) GetIdpConnectorDescriptorById(input *GetIdpConnectorDescriptorByIdInput) (output *models.SaasPluginDescriptor, resp *http.Response, err error)

GetIdpConnectorDescriptorById - Get the list of available connector descriptors. RequestType: GET Input: input *GetIdpConnectorDescriptorByIdInput

func (*IdpConnectorsService) GetIdpConnectorDescriptorByIdWithContext

func (s *IdpConnectorsService) GetIdpConnectorDescriptorByIdWithContext(ctx context.Context, input *GetIdpConnectorDescriptorByIdInput) (output *models.SaasPluginDescriptor, resp *http.Response, err error)

GetIdpConnectorDescriptorByIdWithContext - Get the list of available connector descriptors. RequestType: GET Input: ctx context.Context, input *GetIdpConnectorDescriptorByIdInput

func (*IdpConnectorsService) GetIdpConnectorDescriptors

func (s *IdpConnectorsService) GetIdpConnectorDescriptors() (output *models.SaasPluginDescriptors, resp *http.Response, err error)

GetIdpConnectorDescriptors - Get the list of available IdP connector descriptors. RequestType: GET Input:

func (*IdpConnectorsService) GetIdpConnectorDescriptorsWithContext

func (s *IdpConnectorsService) GetIdpConnectorDescriptorsWithContext(ctx context.Context) (output *models.SaasPluginDescriptors, resp *http.Response, err error)

GetIdpConnectorDescriptorsWithContext - Get the list of available IdP connector descriptors. RequestType: GET Input: ctx context.Context,

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL