Documentation
¶
Overview ¶
Package role contains a role gatherer.
Index ¶
Constants ¶
View Source
const ( // GathererName captures name of Role gatherer GathererName = "AWS:WindowsRole" // SchemaVersionOfRoleGatherer represents schema version of Role gatherer SchemaVersionOfRoleGatherer = "1.0" )
View Source
const (
QueryFileName = "roleInfo.xml"
)
Variables ¶
View Source
var ( // Use powershell to get role info PowershellCmd = appconfig.PowerShellPluginCommandName )
Functions ¶
Types ¶
type Role ¶
type Role struct { RoleService []RoleService DisplayName string `xml:"DisplayName,attr"` Installed string `xml:"Installed,attr"` Id string `xml:"Id,attr"` Default string `xml:"Default,attr"` }
type RoleService ¶
type RoleService struct { RoleService []RoleService DisplayName string `xml:"DisplayName,attr"` Installed string `xml:"Installed,attr"` Id string `xml:"Id,attr"` Default string `xml:"Default,attr"` }
Click to show internal directories.
Click to hide internal directories.