Table of Contents

Class FabricDataShareCreateRequestModel

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll

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

string

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; }

Property Value

string