authnReqLists

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2020 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

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

Variables

This section is empty.

Functions

This section is empty.

Types

type AddAuthnReqListCommandInput

type AddAuthnReqListCommandInput struct {
	Body models.AuthnReqListView
}

AddAuthnReqListCommandInput - Inputs for AddAuthnReqListCommand

type AuthnReqListsAPI

type AuthnReqListsAPI interface {
	GetAuthnReqListsCommand(input *GetAuthnReqListsCommandInput) (output *models.AuthnReqListsView, resp *http.Response, err error)
	AddAuthnReqListCommand(input *AddAuthnReqListCommandInput) (output *models.AuthnReqListView, resp *http.Response, err error)
	DeleteAuthnReqListCommand(input *DeleteAuthnReqListCommandInput) (resp *http.Response, err error)
	GetAuthnReqListCommand(input *GetAuthnReqListCommandInput) (output *models.AuthnReqListView, resp *http.Response, err error)
	UpdateAuthnReqListCommand(input *UpdateAuthnReqListCommandInput) (output *models.AuthnReqListView, resp *http.Response, err error)
}

type AuthnReqListsService

type AuthnReqListsService struct {
	*client.Client
}

AuthnReqListsService provides the API operations for making requests to AuthnReqLists endpoint.

func New

New createa a new instance of the AuthnReqListsService client.

Example:

cfg := config.NewConfig().WithUsername("Administrator").WithPassword("2FederateM0re").WithEndpoint(paURL.String())

//Create a AuthnReqListsService from the configuration
svc := authnReqLists.New(cfg)

func (*AuthnReqListsService) AddAuthnReqListCommand

func (s *AuthnReqListsService) AddAuthnReqListCommand(input *AddAuthnReqListCommandInput) (output *models.AuthnReqListView, resp *http.Response, err error)

AddAuthnReqListCommand - Add an Authentication Requirement List RequestType: POST Input: input *AddAuthnReqListCommandInput

func (*AuthnReqListsService) DeleteAuthnReqListCommand

func (s *AuthnReqListsService) DeleteAuthnReqListCommand(input *DeleteAuthnReqListCommandInput) (resp *http.Response, err error)

DeleteAuthnReqListCommand - Delete an Authentication Requirement List RequestType: DELETE Input: input *DeleteAuthnReqListCommandInput

func (*AuthnReqListsService) GetAuthnReqListCommand

func (s *AuthnReqListsService) GetAuthnReqListCommand(input *GetAuthnReqListCommandInput) (output *models.AuthnReqListView, resp *http.Response, err error)

GetAuthnReqListCommand - Get an Authentication Requirement List RequestType: GET Input: input *GetAuthnReqListCommandInput

func (*AuthnReqListsService) GetAuthnReqListsCommand

func (s *AuthnReqListsService) GetAuthnReqListsCommand(input *GetAuthnReqListsCommandInput) (output *models.AuthnReqListsView, resp *http.Response, err error)

GetAuthnReqListsCommand - Get all Authentication Requirement Lists RequestType: GET Input: input *GetAuthnReqListsCommandInput

func (*AuthnReqListsService) UpdateAuthnReqListCommand

func (s *AuthnReqListsService) UpdateAuthnReqListCommand(input *UpdateAuthnReqListCommandInput) (output *models.AuthnReqListView, resp *http.Response, err error)

UpdateAuthnReqListCommand - Update an Authentication Requirement List RequestType: PUT Input: input *UpdateAuthnReqListCommandInput

type DeleteAuthnReqListCommandInput

type DeleteAuthnReqListCommandInput struct {
	Id string
}

DeleteAuthnReqListCommandInput - Inputs for DeleteAuthnReqListCommand

type GetAuthnReqListCommandInput

type GetAuthnReqListCommandInput struct {
	Id string
}

GetAuthnReqListCommandInput - Inputs for GetAuthnReqListCommand

type GetAuthnReqListsCommandInput

type GetAuthnReqListsCommandInput struct {
	Page          string
	NumberPerPage string
	Filter        string
	Name          string
	SortKey       string
	Order         string
}

GetAuthnReqListsCommandInput - Inputs for GetAuthnReqListsCommand

type UpdateAuthnReqListCommandInput

type UpdateAuthnReqListCommandInput struct {
	Body models.AuthnReqListView
	Id   string
}

UpdateAuthnReqListCommandInput - Inputs for UpdateAuthnReqListCommand

Jump to

Keyboard shortcuts

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