InformaticaOrganizationResource Class

Definition

An Organization Resource by Informatica.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.InformaticaOrganizationResourceTypeConverter))]
public class InformaticaOrganizationResource : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IInformaticaOrganizationResource, Microsoft.Azure.PowerShell.Cmdlets.Informatica.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.InformaticaOrganizationResourceTypeConverter))>]
type InformaticaOrganizationResource = class
    interface IInformaticaOrganizationResource
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
    interface IValidates
Public Class InformaticaOrganizationResource
Implements IInformaticaOrganizationResource, IValidates
Inheritance
InformaticaOrganizationResource
Attributes
Implements

Constructors

Name Description
InformaticaOrganizationResource()

Creates an new InformaticaOrganizationResource instance.

Properties

Name Description
CompanyDetailBusiness

Business phone number

CompanyDetailCompanyName

company Name

CompanyDetailCountry

Country name

CompanyDetailDomain

Domain name

CompanyDetailNumberOfEmployee

Number Of Employees

CompanyDetailOfficeAddress

Office Address

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

InformaticaPropertyInformaticaRegion

Informatica organization region

InformaticaPropertyOrganizationId

Organization id

InformaticaPropertyOrganizationName

Organization name

InformaticaPropertySingleSignOnUrl

Single sing on URL for informatica organization

LinkOrganizationToken

Link organization token

Location

The geo-location where the resource lives

MarketplaceDetailMarketplaceSubscriptionId

Marketplace Subscription Id

Name

The name of the resource

OfferDetailOfferId

Id of the product offering.

OfferDetailPlanId

Id of the product offer plan.

OfferDetailPlanName

Name of the product offer plan.

OfferDetailPublisherId

Id of the product publisher.

OfferDetailTermId

Offer plan term id.

OfferDetailTermUnit

Offer plan term unit.

ProvisioningState

Provisioning State of the resource.

ResourceGroupName

Gets the resource group name

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Tag

Resource tags.

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

UserDetailEmailAddress

User email address.

UserDetailFirstName

User first name.

UserDetailLastName

User last name.

UserDetailPhoneNumber

Phone number of the user used by for contacting them if needed

UserDetailUpn

UPN of user

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InformaticaOrganizationResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InformaticaOrganizationResource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IInformaticaOrganizationResource.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of InformaticaOrganizationResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to