xml/psPAS.CyberArk.Vault.Report.Formats.ps1xml
|
<?xml version="1.0" encoding="utf-8"?> <Configuration> <ViewDefinitions> <View> <Name>psPAS.CyberArk.Vault.Report</Name> <ViewSelectedBy> <TypeName>psPAS.CyberArk.Vault.Report</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>name</PropertyName> </ListItem> <ListItem> <PropertyName>type</PropertyName> </ListItem> <ListItem> <ItemSelectionCondition> <ScriptBlock>$_.isScheduled</ScriptBlock> </ItemSelectionCondition> <PropertyName>isScheduled</PropertyName> </ListItem> <ListItem> <ItemSelectionCondition> <ScriptBlock>$_.createdAt</ScriptBlock> </ItemSelectionCondition> <PropertyName>createdAt</PropertyName> </ListItem> <ListItem> <ItemSelectionCondition> <ScriptBlock>$_.createdBy</ScriptBlock> </ItemSelectionCondition> <PropertyName>createdBy</PropertyName> </ListItem> <ListItem> <ItemSelectionCondition> <ScriptBlock>$_.status</ScriptBlock> </ItemSelectionCondition> <PropertyName>status</PropertyName> </ListItem> <ListItem> <ItemSelectionCondition> <ScriptBlock>$_.statusAdditionalInfo</ScriptBlock> </ItemSelectionCondition> <PropertyName>statusAdditionalInfo</PropertyName> </ListItem> <ListItem> <ItemSelectionCondition> <ScriptBlock>$_.records</ScriptBlock> </ItemSelectionCondition> <PropertyName>records</PropertyName> </ListItem> <ListItem> <ItemSelectionCondition> <ScriptBlock>$_.size</ScriptBlock> </ItemSelectionCondition> <PropertyName>size</PropertyName> </ListItem> <ListItem> <ItemSelectionCondition> <ScriptBlock>$_.duration</ScriptBlock> </ItemSelectionCondition> <PropertyName>duration</PropertyName> </ListItem> <ListItem> <ItemSelectionCondition> <ScriptBlock>$_.safe</ScriptBlock> </ItemSelectionCondition> <PropertyName>safe</PropertyName> </ListItem> <ListItem> <ItemSelectionCondition> <ScriptBlock>$_.location</ScriptBlock> </ItemSelectionCondition> <PropertyName>location</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> </ViewDefinitions> </Configuration> |