Documentation ¶
Overview ¶
Package role contains a role gatherer.
Index ¶
Constants ¶
View Source
const ( // Use powershell to get role info PowershellCmd = "powershell" QueryFileName = "roleInfo.xml" )
View Source
const ( // GathererName captures name of Role gatherer GathererName = "AWS:WindowsRole" // SchemaVersionOfRoleGatherer represents schema version of Role gatherer SchemaVersionOfRoleGatherer = "1.0" )
Variables ¶
This section is empty.
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.