|
@@ -20,6 +20,7 @@ namespace TEAMModelOS.SDK.Models
|
|
/// </summary>
|
|
/// </summary>
|
|
public List<Policy> policy { get; set; }
|
|
public List<Policy> policy { get; set; }
|
|
public List<Policy> resource { get; set; }
|
|
public List<Policy> resource { get; set; }
|
|
|
|
+ public List<Policy> third { get; set; }
|
|
}
|
|
}
|
|
public class Policy {
|
|
public class Policy {
|
|
public string tag { get; set; }
|
|
public string tag { get; set; }
|