LiftrBaseDataPartnerOrganizationProperties Class

Definition

Properties specific to Partner's organization

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

Constructors

Name Description
LiftrBaseDataPartnerOrganizationProperties()

Creates an new LiftrBaseDataPartnerOrganizationProperties instance.

Properties

Name Description
OrganizationId

Organization Id in partner's system

OrganizationName

Organization name in partner's system

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

WorkspaceId

Workspace Id in partner's system

WorkspaceName

Workspace name in partner's system

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LiftrBaseDataPartnerOrganizationProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LiftrBaseDataPartnerOrganizationProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LiftrBaseDataPartnerOrganizationProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to