CustomEntityStoreAssignmentRequest 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 the custom entity store assignment request
[Microsoft.Rest.Serialization.JsonTransformation]
public class CustomEntityStoreAssignmentRequest
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CustomEntityStoreAssignmentRequest = class
Public Class CustomEntityStoreAssignmentRequest
- Inheritance
-
CustomEntityStoreAssignmentRequest
- Attributes
Constructors
CustomEntityStoreAssignmentRequest() |
Initializes a new instance of the CustomEntityStoreAssignmentRequest class. |
CustomEntityStoreAssignmentRequest(String) |
Initializes a new instance of the CustomEntityStoreAssignmentRequest 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] |