Handle sensitive properties in the Management API (#15936)

* Handle sensitive properties in the Management API

* Use Assert.Multiple to catch all failing tests in one run

---------

Co-authored-by: Sven Geusens <sge@umbraco.dk>
This commit is contained in:
Kenn Jacobsen
2024-03-25 16:56:13 +01:00
committed by GitHub
parent f6f868e463
commit 4dca7495f8
27 changed files with 788 additions and 53 deletions

View File

@@ -2,4 +2,9 @@
public class MemberTypePropertyTypeModel : PropertyTypeModelBase
{
public bool IsSensitive { get; set; }
public bool MemberCanView { get; set; }
public bool MemberCanEdit { get; set; }
}