ProtectionGroupResources interface
The resources to be protected under Protection Group
Properties
| manual | The items to be protected under Protection Group |
| match |
Rules to match resources |
Property Details
manual
The items to be protected under Protection Group
manual?: string[]
Property Value
string[]
matchRules
Rules to match resources
matchRules?: { matchType: string, rules: Rule[] }
Property Value
{ matchType: string, rules: Rule[] }