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"` }
Click to show internal directories.
Click to hide internal directories.