IOrganizationResourceUpdateProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.OrganizationResourceUpdatePropertiesTypeConverter))]
public interface IOrganizationResourceUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.Astro.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.OrganizationResourceUpdatePropertiesTypeConverter))>]
type IOrganizationResourceUpdateProperties = interface
    interface IJsonSerializable
Public Interface IOrganizationResourceUpdateProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
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

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to