model

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package model contains the data structures for the dbauth package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GenerateAuthenticationTokenRequest

type GenerateAuthenticationTokenRequest struct {
	// contains filtered or unexported fields
}

GenerateAuthenticationTokenRequest represents the request to generate an authentication token.

func NewGenerateAuthenticationTokenRequest

func NewGenerateAuthenticationTokenRequest(region, instanceId, userName string,
	credential *common.Credential, clientProfile *profile.ClientProfile) (*GenerateAuthenticationTokenRequest, error)

NewGenerateAuthenticationTokenRequest creates a new GenerateAuthenticationTokenRequest.

func (*GenerateAuthenticationTokenRequest) ClientProfile

ClientProfile returns the clientProfile.

func (*GenerateAuthenticationTokenRequest) Credential

Credential returns the credential.

func (*GenerateAuthenticationTokenRequest) InstanceId

InstanceId returns the instanceId.

func (*GenerateAuthenticationTokenRequest) Region

Region returns the region.

func (*GenerateAuthenticationTokenRequest) UserName

UserName returns the userName.

Jump to

Keyboard shortcuts

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