INewRelicAccountProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.Api20220701.NewRelicAccountPropertiesTypeConverter))]
public interface INewRelicAccountProperties : Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.Api20220701.NewRelicAccountPropertiesTypeConverter))>]
type INewRelicAccountProperties = interface
interface IJsonSerializable
Public Interface INewRelicAccountProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AccountInfoAccountId |
Account id |
AccountInfoIngestionKey |
ingestion key of account |
AccountInfoRegion |
NewRelic account region |
OrganizationInfoOrganizationId |
Organization id |
SingleSignOnPropertyEnterpriseAppId |
The Id of the Enterprise App used for Single sign-on. |
SingleSignOnPropertyProvisioningState |
Provisioning state |
SingleSignOnPropertySingleSignOnState |
Single sign-on state |
SingleSignOnPropertySingleSignOnUrl |
The login URL specific to this NewRelic Organization |
UserId |
User id |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |