Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) GetRoleCredentials(ctx context.Context, params *sso.GetRoleCredentialsInput, ...) (*sso.GetRoleCredentialsOutput, error)
- func (_m *IClient) ListAccountRoles(ctx context.Context, params *sso.ListAccountRolesInput, ...) (*sso.ListAccountRolesOutput, error)
- func (_m *IClient) ListAccounts(ctx context.Context, params *sso.ListAccountsInput, ...) (*sso.ListAccountsOutput, error)
- func (_m *IClient) Logout(ctx context.Context, params *sso.LogoutInput, optFns ...func(*sso.Options)) (*sso.LogoutOutput, error)
- func (_m *IClient) Options() sso.Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IClient ¶
IClient is an autogenerated mock type for the IClient type
func NewIClient ¶
NewIClient creates a new instance of IClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*IClient) GetRoleCredentials ¶
func (_m *IClient) GetRoleCredentials(ctx context.Context, params *sso.GetRoleCredentialsInput, optFns ...func(*sso.Options)) (*sso.GetRoleCredentialsOutput, error)
GetRoleCredentials provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListAccountRoles ¶
func (_m *IClient) ListAccountRoles(ctx context.Context, params *sso.ListAccountRolesInput, optFns ...func(*sso.Options)) (*sso.ListAccountRolesOutput, error)
ListAccountRoles provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListAccounts ¶
func (_m *IClient) ListAccounts(ctx context.Context, params *sso.ListAccountsInput, optFns ...func(*sso.Options)) (*sso.ListAccountsOutput, error)
ListAccounts provides a mock function with given fields: ctx, params, optFns
Click to show internal directories.
Click to hide internal directories.