spDefaultUrls

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

Documentation

Index

Constants

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

Variables

This section is empty.

Functions

This section is empty.

Types

type SpDefaultUrlsAPI

type SpDefaultUrlsAPI interface {
	GetDefaultUrls() (output *models.SpDefaultUrls, resp *http.Response, err error)
	GetDefaultUrlsWithContext(ctx context.Context) (output *models.SpDefaultUrls, resp *http.Response, err error)

	UpdateDefaultUrls(input *UpdateDefaultUrlsInput) (output *models.SpDefaultUrls, resp *http.Response, err error)
	UpdateDefaultUrlsWithContext(ctx context.Context, input *UpdateDefaultUrlsInput) (output *models.SpDefaultUrls, resp *http.Response, err error)
}

type SpDefaultUrlsService

type SpDefaultUrlsService struct {
	*client.PfClient
}

func New

New creates a new instance of the SpDefaultUrlsService client.

func (*SpDefaultUrlsService) GetDefaultUrls

func (s *SpDefaultUrlsService) GetDefaultUrls() (output *models.SpDefaultUrls, resp *http.Response, err error)

GetDefaultUrls - Gets the SP Default URLs. These are Values that affect the user's experience when executing SP-initiated SSO operations. RequestType: GET Input:

func (*SpDefaultUrlsService) GetDefaultUrlsWithContext

func (s *SpDefaultUrlsService) GetDefaultUrlsWithContext(ctx context.Context) (output *models.SpDefaultUrls, resp *http.Response, err error)

GetDefaultUrlsWithContext - Gets the SP Default URLs. These are Values that affect the user's experience when executing SP-initiated SSO operations. RequestType: GET Input: ctx context.Context,

func (*SpDefaultUrlsService) UpdateDefaultUrls

func (s *SpDefaultUrlsService) UpdateDefaultUrls(input *UpdateDefaultUrlsInput) (output *models.SpDefaultUrls, resp *http.Response, err error)

UpdateDefaultUrls - Update the SP Default URLs. Enter values that affect the user's experience when executing SP-initiated SSO operations. RequestType: PUT Input: input *UpdateDefaultUrlsInput

func (*SpDefaultUrlsService) UpdateDefaultUrlsWithContext

func (s *SpDefaultUrlsService) UpdateDefaultUrlsWithContext(ctx context.Context, input *UpdateDefaultUrlsInput) (output *models.SpDefaultUrls, resp *http.Response, err error)

UpdateDefaultUrlsWithContext - Update the SP Default URLs. Enter values that affect the user's experience when executing SP-initiated SSO operations. RequestType: PUT Input: ctx context.Context, input *UpdateDefaultUrlsInput

type UpdateDefaultUrlsInput

type UpdateDefaultUrlsInput struct {
	Body models.SpDefaultUrls
}

Jump to

Keyboard shortcuts

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