idpToSpAdapterMapping

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: 10 Imported by: 1

Documentation

Index

Constants

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

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateIdpToSpAdapterMappingInput

type CreateIdpToSpAdapterMappingInput struct {
	Body models.IdpToSpAdapterMapping

	BypassExternalValidation *bool
}

type DeleteIdpToSpAdapterMappingsByIdInput

type DeleteIdpToSpAdapterMappingsByIdInput struct {
	Id string
}

type GetIdpToSpAdapterMappingsByIdInput

type GetIdpToSpAdapterMappingsByIdInput struct {
	Id string
}

type IdpToSpAdapterMappingAPI

type IdpToSpAdapterMappingAPI interface {
	GetIdpToSpAdapterMappings() (output *models.IdpToSpAdapterMappings, resp *http.Response, err error)
	GetIdpToSpAdapterMappingsWithContext(ctx context.Context) (output *models.IdpToSpAdapterMappings, resp *http.Response, err error)

	CreateIdpToSpAdapterMapping(input *CreateIdpToSpAdapterMappingInput) (output *models.IdpToSpAdapterMapping, resp *http.Response, err error)
	CreateIdpToSpAdapterMappingWithContext(ctx context.Context, input *CreateIdpToSpAdapterMappingInput) (output *models.IdpToSpAdapterMapping, resp *http.Response, err error)

	GetIdpToSpAdapterMappingsById(input *GetIdpToSpAdapterMappingsByIdInput) (output *models.IdpToSpAdapterMapping, resp *http.Response, err error)
	GetIdpToSpAdapterMappingsByIdWithContext(ctx context.Context, input *GetIdpToSpAdapterMappingsByIdInput) (output *models.IdpToSpAdapterMapping, resp *http.Response, err error)

	UpdateIdpToSpAdapterMapping(input *UpdateIdpToSpAdapterMappingInput) (output *models.IdpToSpAdapterMapping, resp *http.Response, err error)
	UpdateIdpToSpAdapterMappingWithContext(ctx context.Context, input *UpdateIdpToSpAdapterMappingInput) (output *models.IdpToSpAdapterMapping, resp *http.Response, err error)

	DeleteIdpToSpAdapterMappingsById(input *DeleteIdpToSpAdapterMappingsByIdInput) (output *models.ApiResult, resp *http.Response, err error)
	DeleteIdpToSpAdapterMappingsByIdWithContext(ctx context.Context, input *DeleteIdpToSpAdapterMappingsByIdInput) (output *models.ApiResult, resp *http.Response, err error)
}

type IdpToSpAdapterMappingService

type IdpToSpAdapterMappingService struct {
	*client.PfClient
}

func New

New creates a new instance of the IdpToSpAdapterMappingService client.

func (*IdpToSpAdapterMappingService) CreateIdpToSpAdapterMapping

func (s *IdpToSpAdapterMappingService) CreateIdpToSpAdapterMapping(input *CreateIdpToSpAdapterMappingInput) (output *models.IdpToSpAdapterMapping, resp *http.Response, err error)

CreateIdpToSpAdapterMapping - Create a new IdP-to-SP Adapter mapping. RequestType: POST Input: input *CreateIdpToSpAdapterMappingInput

func (*IdpToSpAdapterMappingService) CreateIdpToSpAdapterMappingWithContext

func (s *IdpToSpAdapterMappingService) CreateIdpToSpAdapterMappingWithContext(ctx context.Context, input *CreateIdpToSpAdapterMappingInput) (output *models.IdpToSpAdapterMapping, resp *http.Response, err error)

CreateIdpToSpAdapterMappingWithContext - Create a new IdP-to-SP Adapter mapping. RequestType: POST Input: ctx context.Context, input *CreateIdpToSpAdapterMappingInput

func (*IdpToSpAdapterMappingService) DeleteIdpToSpAdapterMappingsById

func (s *IdpToSpAdapterMappingService) DeleteIdpToSpAdapterMappingsById(input *DeleteIdpToSpAdapterMappingsByIdInput) (output *models.ApiResult, resp *http.Response, err error)

DeleteIdpToSpAdapterMappingsById - Delete an Adapter to Adapter Mapping. RequestType: DELETE Input: input *DeleteIdpToSpAdapterMappingsByIdInput

func (*IdpToSpAdapterMappingService) DeleteIdpToSpAdapterMappingsByIdWithContext

func (s *IdpToSpAdapterMappingService) DeleteIdpToSpAdapterMappingsByIdWithContext(ctx context.Context, input *DeleteIdpToSpAdapterMappingsByIdInput) (output *models.ApiResult, resp *http.Response, err error)

DeleteIdpToSpAdapterMappingsByIdWithContext - Delete an Adapter to Adapter Mapping. RequestType: DELETE Input: ctx context.Context, input *DeleteIdpToSpAdapterMappingsByIdInput

func (*IdpToSpAdapterMappingService) GetIdpToSpAdapterMappings

func (s *IdpToSpAdapterMappingService) GetIdpToSpAdapterMappings() (output *models.IdpToSpAdapterMappings, resp *http.Response, err error)

GetIdpToSpAdapterMappings - Get list of IdP-to-SP Adapter Mappings. RequestType: GET Input:

func (*IdpToSpAdapterMappingService) GetIdpToSpAdapterMappingsById

func (s *IdpToSpAdapterMappingService) GetIdpToSpAdapterMappingsById(input *GetIdpToSpAdapterMappingsByIdInput) (output *models.IdpToSpAdapterMapping, resp *http.Response, err error)

GetIdpToSpAdapterMappingsById - Get an IdP-to-SP Adapter Mapping. RequestType: GET Input: input *GetIdpToSpAdapterMappingsByIdInput

func (*IdpToSpAdapterMappingService) GetIdpToSpAdapterMappingsByIdWithContext

func (s *IdpToSpAdapterMappingService) GetIdpToSpAdapterMappingsByIdWithContext(ctx context.Context, input *GetIdpToSpAdapterMappingsByIdInput) (output *models.IdpToSpAdapterMapping, resp *http.Response, err error)

GetIdpToSpAdapterMappingsByIdWithContext - Get an IdP-to-SP Adapter Mapping. RequestType: GET Input: ctx context.Context, input *GetIdpToSpAdapterMappingsByIdInput

func (*IdpToSpAdapterMappingService) GetIdpToSpAdapterMappingsWithContext

func (s *IdpToSpAdapterMappingService) GetIdpToSpAdapterMappingsWithContext(ctx context.Context) (output *models.IdpToSpAdapterMappings, resp *http.Response, err error)

GetIdpToSpAdapterMappingsWithContext - Get list of IdP-to-SP Adapter Mappings. RequestType: GET Input: ctx context.Context,

func (*IdpToSpAdapterMappingService) UpdateIdpToSpAdapterMapping

func (s *IdpToSpAdapterMappingService) UpdateIdpToSpAdapterMapping(input *UpdateIdpToSpAdapterMappingInput) (output *models.IdpToSpAdapterMapping, resp *http.Response, err error)

UpdateIdpToSpAdapterMapping - Update the specified IdP-to-SP Adapter mapping. RequestType: PUT Input: input *UpdateIdpToSpAdapterMappingInput

func (*IdpToSpAdapterMappingService) UpdateIdpToSpAdapterMappingWithContext

func (s *IdpToSpAdapterMappingService) UpdateIdpToSpAdapterMappingWithContext(ctx context.Context, input *UpdateIdpToSpAdapterMappingInput) (output *models.IdpToSpAdapterMapping, resp *http.Response, err error)

UpdateIdpToSpAdapterMappingWithContext - Update the specified IdP-to-SP Adapter mapping. RequestType: PUT Input: ctx context.Context, input *UpdateIdpToSpAdapterMappingInput

type UpdateIdpToSpAdapterMappingInput

type UpdateIdpToSpAdapterMappingInput struct {
	Body models.IdpToSpAdapterMapping
	Id   string

	BypassExternalValidation *bool
}

Jump to

Keyboard shortcuts

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