Exfiltration/Get-VaultCredential.ps1xml

<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
    <ViewDefinitions>
        <View>
            <Name>VaultItemView</Name>
                <ViewSelectedBy>
                    <TypeName>VAULTCLI.VAULTITEM</TypeName>
                </ViewSelectedBy>
            <ListControl>
                <ListEntries>
                    <ListEntry>
                        <ListItems>
                            <ListItem>
                                <PropertyName>Vault</PropertyName>
                            </ListItem>
                            <ListItem>
                                <PropertyName>Resource</PropertyName>
                            </ListItem>
                            <ListItem>
                                <PropertyName>Identity</PropertyName>
                            </ListItem>
                            <ListItem>
                                <PropertyName>Credential</PropertyName>
                            </ListItem>
                            <ListItem>
                                <PropertyName>PackageSid</PropertyName>
                            </ListItem>
                            <ListItem>
                                <PropertyName>LastModified</PropertyName>
                            </ListItem>
                        </ListItems>
                    </ListEntry>
                </ListEntries>
            </ListControl>
        </View>
    </ViewDefinitions>
</Configuration>