CustomEntityStoreAssignmentRequestProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
describes properties of custom entity store assignment request
public class CustomEntityStoreAssignmentRequestProperties
type CustomEntityStoreAssignmentRequestProperties = class
Public Class CustomEntityStoreAssignmentRequestProperties
- Inheritance
-
CustomEntityStoreAssignmentRequestProperties
Constructors
CustomEntityStoreAssignmentRequestProperties() |
Initializes a new instance of the CustomEntityStoreAssignmentRequestProperties class. |
CustomEntityStoreAssignmentRequestProperties(String) |
Initializes a new instance of the CustomEntityStoreAssignmentRequestProperties class. |
Properties
Principal |
Gets or sets the principal assigned with entity store. If not provided, will use caller principal. Format of principal is: [AAD type]=[PrincipalObjectId];[TenantId] |