IOrganizationProperties Interface

Definition

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

Properties

Name Description
MarketplaceSubscriptionId

Azure subscription id for the the marketplace offer is purchased from

MarketplaceSubscriptionStatus

Marketplace subscription status

OfferDetailOfferId

Offer Id for the marketplace offer

OfferDetailPlanId

Plan Id for the marketplace offer

OfferDetailPlanName

Plan Name for the marketplace offer

OfferDetailPublisherId

Publisher Id for the marketplace offer

OfferDetailTermId

Plan Display Name for the marketplace offer

OfferDetailTermUnit

Plan Display Name for the marketplace offer

PartnerPropertyDisplayName

Pinecone Organization Name

ProvisioningState

Provisioning state of the resource.

SingleSignOnPropertyAadDomain

List of AAD domains fetched from Microsoft Graph for user.

SingleSignOnPropertyEnterpriseAppId

AAD enterprise application Id used to setup SSO

SingleSignOnPropertyState

State of the Single Sign On for the resource

SingleSignOnPropertyType

Type of Single Sign-On mechanism being used

SingleSignOnPropertyUrl

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