Class: | SharpHoundCommonLib.OutputTypes.IssuancePolicy |
---|---|
Assembly: | SharpHoundCommonLib |
File(s): | D:\a\SharpHoundCommon\SharpHoundCommon\src\CommonLib\OutputTypes\IssuancePolicy.cs |
Covered lines: | 0 |
Uncovered lines: | 1 |
Coverable lines: | 1 |
Total lines: | 7 |
Line coverage: | 0% (0 of 1) |
Covered branches: | 0 |
Total branches: | 0 |
# | Line | Line coverage | ||
---|---|---|---|---|
1 | namespace SharpHoundCommonLib.OutputTypes | |||
2 | { | |||
3 | public class IssuancePolicy : OutputBase | |||
4 | { | |||
0 | 5 | public TypedPrincipal GroupLink { get; set; } = new(); | ||
6 | } | |||
7 | } |