ssostub

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	GetRoleCredentials(ctx workflow.Context, input *sso.GetRoleCredentialsInput) (*sso.GetRoleCredentialsOutput, error)
	GetRoleCredentialsAsync(ctx workflow.Context, input *sso.GetRoleCredentialsInput) *GetRoleCredentialsFuture

	ListAccountRoles(ctx workflow.Context, input *sso.ListAccountRolesInput) (*sso.ListAccountRolesOutput, error)
	ListAccountRolesAsync(ctx workflow.Context, input *sso.ListAccountRolesInput) *ListAccountRolesFuture

	ListAccounts(ctx workflow.Context, input *sso.ListAccountsInput) (*sso.ListAccountsOutput, error)
	ListAccountsAsync(ctx workflow.Context, input *sso.ListAccountsInput) *ListAccountsFuture

	Logout(ctx workflow.Context, input *sso.LogoutInput) (*sso.LogoutOutput, error)
	LogoutAsync(ctx workflow.Context, input *sso.LogoutInput) *LogoutFuture
}

func NewClient

func NewClient() Client

type GetRoleCredentialsFuture

type GetRoleCredentialsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetRoleCredentialsFuture) Get

type ListAccountRolesFuture

type ListAccountRolesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListAccountRolesFuture) Get

type ListAccountsFuture

type ListAccountsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListAccountsFuture) Get

type LogoutFuture

type LogoutFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*LogoutFuture) Get

Jump to

Keyboard shortcuts

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