OrganizationResourceUpdate Class

Definition

The type used for update operations of the OrganizationResource.

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

Constructors

Name Description
OrganizationResourceUpdate()

Creates an new OrganizationResourceUpdate instance.

Properties

Name Description
IdentityPrincipalId

The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.

IdentityTenantId

The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.

IdentityType

Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).

IdentityUserAssignedIdentity

The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

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

Tag

Resource tags.

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 OrganizationResourceUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OrganizationResourceUpdate.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OrganizationResourceUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to