LiftrBaseDataOrganizationProperties Class

Definition

Properties specific to Data Organization resource

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.LiftrBaseDataOrganizationPropertiesTypeConverter))]
public class LiftrBaseDataOrganizationProperties : Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.ILiftrBaseDataOrganizationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.LiftrBaseDataOrganizationPropertiesTypeConverter))>]
type LiftrBaseDataOrganizationProperties = class
    interface ILiftrBaseDataOrganizationProperties
    interface IJsonSerializable
Public Class LiftrBaseDataOrganizationProperties
Implements ILiftrBaseDataOrganizationProperties
Inheritance
LiftrBaseDataOrganizationProperties
Attributes
Implements

Constructors

Name Description
LiftrBaseDataOrganizationProperties()

Creates an new LiftrBaseDataOrganizationProperties instance.

Properties

Name Description
MarketplaceSubscriptionId

Azure subscription id for the the marketplace offer is purchased from

MarketplaceSubscriptionStatus

Marketplace subscription status

OfferDetailOfferId

Offer Id for the marketplace offer

OfferDetailPlanId

Plan Id for the marketplace offer

OfferDetailPlanName

Plan Name for the marketplace offer

OfferDetailPublisherId

Publisher Id for the marketplace offer

OfferDetailTermId

Plan Display Name for the marketplace offer

OfferDetailTermUnit

Plan Display Name for the marketplace offer

PartnerOrganizationPropertyOrganizationId

Organization Id in partner's system

PartnerOrganizationPropertyOrganizationName

Organization name in partner's system

PartnerOrganizationPropertyWorkspaceId

Workspace Id in partner's system

PartnerOrganizationPropertyWorkspaceName

Workspace name in partner's system

ProvisioningState

Provisioning state of the resource.

SingleSignOnPropertyAadDomain

List of AAD domains fetched from Microsoft Graph for user.

SingleSignOnPropertyEnterpriseAppId

AAD enterprise application Id used to setup SSO

SingleSignOnPropertyProvisioningState

Provisioning State of the resource

SingleSignOnPropertySingleSignOnState

State of the Single Sign On for the organization

SingleSignOnPropertySingleSignOnUrl

URL for SSO to be used by the partner to redirect the user to their system

UserEmailAddress

Email address of the user

UserFirstName

First name of the user

UserLastName

Last name of the user

UserPhoneNumber

User's phone number

UserUpn

User's principal name

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LiftrBaseDataOrganizationProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LiftrBaseDataOrganizationProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.ILiftrBaseDataOrganizationProperties.

FromJsonString(String)

Creates a new instance of LiftrBaseDataOrganizationProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of LiftrBaseDataOrganizationProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to