xml/psPAS.CyberArk.Vault.OnboardingRule.Formats.ps1xml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 |
<?xml version="1.0" encoding="utf-8"?> <Configuration> <ViewDefinitions> <View> <Name>psPAS.CyberArk.Vault.OnboardingRule</Name> <ViewSelectedBy> <TypeName>psPAS.CyberArk.Vault.OnboardingRule</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <PropertyName>RuleId</PropertyName> </ListItem> <ListItem> <PropertyName>RuleName</PropertyName> </ListItem> <ListItem> <ItemSelectionCondition> <ScriptBlock>$_.DecisionPlatformId</ScriptBlock> </ItemSelectionCondition> <PropertyName>DecisionPlatformId</PropertyName> </ListItem> <ListItem> <ItemSelectionCondition> <ScriptBlock>$_.DecisionSafeName</ScriptBlock> </ItemSelectionCondition> <PropertyName>DecisionSafeName</PropertyName> </ListItem> <ListItem> <ItemSelectionCondition> <ScriptBlock>$_.TargetPlatformId</ScriptBlock> </ItemSelectionCondition> <PropertyName>TargetPlatformId</PropertyName> </ListItem> <ListItem> <ItemSelectionCondition> <ScriptBlock>$_.TargetSafeName</ScriptBlock> </ItemSelectionCondition> <PropertyName>TargetSafeName</PropertyName> </ListItem> <ListItem> <PropertyName>IsAdminIDFilter</PropertyName> </ListItem> <ListItem> <PropertyName>MachineTypeFilter</PropertyName> </ListItem> <ListItem> <PropertyName>SystemTypeFilter</PropertyName> </ListItem> <ListItem> <PropertyName>UserNameFilter</PropertyName> </ListItem> <ListItem> <Label>CreationTime</Label> <ScriptBlock>(get-date 1/1/1970).addseconds($_.CreationTime)</ScriptBlock> </ListItem> <ListItem> <PropertyName>RulePrecedence</PropertyName> </ListItem> <ListItem> <PropertyName>UserNameMethod</PropertyName> </ListItem> <ListItem> <PropertyName>AddressFilter</PropertyName> </ListItem> <ListItem> <PropertyName>AddressMethod</PropertyName> </ListItem> <ListItem> <PropertyName>AccountCategoryFilter</PropertyName> </ListItem> <ListItem> <PropertyName>AccountCategoryFilter</PropertyName> </ListItem> <ListItem> <PropertyName>RuleDescription</PropertyName> </ListItem> <ListItem> <PropertyName>ReconcileAccountId</PropertyName> </ListItem> <ListItem> <Label>LastOnboardedTime</Label> <ScriptBlock>(get-date 1/1/1970).addseconds($_.LastOnboardedTime)</ScriptBlock> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> </ViewDefinitions> </Configuration> |