keyPairsOauthOpenIdConnect

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 = "KeyPairsOauthOpenIdConnect"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type KeyPairsOauthOpenIdConnectAPI

type KeyPairsOauthOpenIdConnectAPI interface {
	GetOauthOidcKeysSettings() (output *models.OAuthOidcKeysSettings, resp *http.Response, err error)
	GetOauthOidcKeysSettingsWithContext(ctx context.Context) (output *models.OAuthOidcKeysSettings, resp *http.Response, err error)

	UpdateOAuthOidcKeysSettings(input *UpdateOAuthOidcKeysSettingsInput) (output *models.OAuthOidcKeysSettings, resp *http.Response, err error)
	UpdateOAuthOidcKeysSettingsWithContext(ctx context.Context, input *UpdateOAuthOidcKeysSettingsInput) (output *models.OAuthOidcKeysSettings, resp *http.Response, err error)
}

type KeyPairsOauthOpenIdConnectService

type KeyPairsOauthOpenIdConnectService struct {
	*client.PfClient
}

func New

New creates a new instance of the KeyPairsOauthOpenIdConnectService client.

func (*KeyPairsOauthOpenIdConnectService) GetOauthOidcKeysSettings

func (s *KeyPairsOauthOpenIdConnectService) GetOauthOidcKeysSettings() (output *models.OAuthOidcKeysSettings, resp *http.Response, err error)

GetOauthOidcKeysSettings - Retrieve OAuth/Open ID Connect key settings. RequestType: GET Input:

func (*KeyPairsOauthOpenIdConnectService) GetOauthOidcKeysSettingsWithContext

func (s *KeyPairsOauthOpenIdConnectService) GetOauthOidcKeysSettingsWithContext(ctx context.Context) (output *models.OAuthOidcKeysSettings, resp *http.Response, err error)

GetOauthOidcKeysSettingsWithContext - Retrieve OAuth/Open ID Connect key settings. RequestType: GET Input: ctx context.Context,

func (*KeyPairsOauthOpenIdConnectService) UpdateOAuthOidcKeysSettings

func (s *KeyPairsOauthOpenIdConnectService) UpdateOAuthOidcKeysSettings(input *UpdateOAuthOidcKeysSettingsInput) (output *models.OAuthOidcKeysSettings, resp *http.Response, err error)

UpdateOAuthOidcKeysSettings - Update OAuth/Open ID Connect key settings. RequestType: PUT Input: input *UpdateOAuthOidcKeysSettingsInput

func (*KeyPairsOauthOpenIdConnectService) UpdateOAuthOidcKeysSettingsWithContext

func (s *KeyPairsOauthOpenIdConnectService) UpdateOAuthOidcKeysSettingsWithContext(ctx context.Context, input *UpdateOAuthOidcKeysSettingsInput) (output *models.OAuthOidcKeysSettings, resp *http.Response, err error)

UpdateOAuthOidcKeysSettingsWithContext - Update OAuth/Open ID Connect key settings. RequestType: PUT Input: ctx context.Context, input *UpdateOAuthOidcKeysSettingsInput

type UpdateOAuthOidcKeysSettingsInput

type UpdateOAuthOidcKeysSettingsInput struct {
	Body models.OAuthOidcKeysSettings
}

Jump to

Keyboard shortcuts

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