printer

package
v0.0.0-...-19e39dd Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Print

func Print(decryptedCredentials []xml.Credential, outputFormat string)

Types

type Credential

type Credential struct {
	AccessKey          string `json:"accessKey,omitempty"`
	ApiToken           string `json:"apiToken,omitempty"`
	Description        string `json:"description,omitempty"`
	FileName           string `json:"fileName,omitempty"`
	IamMfaSerialNumber string `json:"iamMfaSerialNumber,omitempty"`
	IamRoleArn         string `json:"iamRoleArn,omitempty"`
	Id                 string `json:"id,omitempty"`
	Passphrase         string `json:"passphrase,omitempty"`
	Password           string `json:"password,omitempty"`
	Path               string `json:"path,omitempty"`
	PrivateKey         string `json:"privateKey,omitempty"`
	PrivateKeySource   string `json:"privateKeySource,omitempty"`
	RoleId             string `json:"roleId,omitempty"`
	Scope              string `json:"scope,omitempty"`
	Secret             string `json:"secret,omitempty"`
	SecretBytes        string `json:"secretBytes,omitempty"`
	SecretId           string `json:"secretId,omitempty"`
	SecretKey          string `json:"secretKey,omitempty"`
	Token              string `json:"token,omitempty"` // Added token field
	Username           string `json:"username,omitempty"`
}

Jump to

Keyboard shortcuts

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