Package version:

Interface LiftrBaseDataOrganizationProperties

Properties specific to Data Organization resource

interface LiftrBaseDataOrganizationProperties {
    marketplace: LiftrBaseMarketplaceDetails;
    partnerOrganizationProperties?: LiftrBaseDataPartnerOrganizationProperties;
    provisioningState?: string;
    user: LiftrBaseUserDetails;
}

Properties

Marketplace details of the resource.

partnerOrganizationProperties?: LiftrBaseDataPartnerOrganizationProperties

Organization properties

provisioningState?: string

Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Details of the user.

Generated using TypeDoc