OrganizationResourceUpdateProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The updatable properties of the OrganizationResource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.OrganizationResourceUpdatePropertiesTypeConverter))]
public class OrganizationResourceUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.IOrganizationResourceUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.OrganizationResourceUpdatePropertiesTypeConverter))>]
type OrganizationResourceUpdateProperties = class
interface IOrganizationResourceUpdateProperties
interface IJsonSerializable
Public Class OrganizationResourceUpdateProperties
Implements IOrganizationResourceUpdateProperties
- Inheritance
-
OrganizationResourceUpdateProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| OrganizationResourceUpdateProperties() |
Creates an new OrganizationResourceUpdateProperties instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OrganizationResourceUpdateProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OrganizationResourceUpdateProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.IOrganizationResourceUpdateProperties. |
| FromJsonString(String) |
Creates a new instance of OrganizationResourceUpdateProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of OrganizationResourceUpdateProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |