Class FabricDataShareCreateRequestModel
Class that represents the data needed to create a new Fabric Data Share.
public class FabricDataShareCreateRequestModel
- Inheritance
-
FabricDataShareCreateRequestModel
- Inherited Members
Properties
TenantId
The tenant id where the User Principal is located.
[JsonProperty("TenantId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string TenantId { get; set; }
Property Value
UserPrincipalName
User principal name (email).
This is the user that will approve the Fabric External Data Share invitation.
The user principal should be in the same tenant defined in the tenant id.
[JsonProperty("UserPrincipalName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string UserPrincipalName { get; set; }