Share via


DatadogOrganizationProperties Class

Definition

Datadog organization properties.

public class DatadogOrganizationProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Datadog.Models.DatadogOrganizationProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Datadog.Models.DatadogOrganizationProperties>
type DatadogOrganizationProperties = class
    interface IJsonModel<DatadogOrganizationProperties>
    interface IPersistableModel<DatadogOrganizationProperties>
Public Class DatadogOrganizationProperties
Implements IJsonModel(Of DatadogOrganizationProperties), IPersistableModel(Of DatadogOrganizationProperties)
Inheritance
DatadogOrganizationProperties
Implements

Constructors

DatadogOrganizationProperties()

Initializes a new instance of DatadogOrganizationProperties.

Properties

ApiKey

Api key associated to the Datadog organization.

ApplicationKey

Application key associated to the Datadog organization.

EnterpriseAppId

The Id of the Enterprise App used for Single sign on.

Id

Id of the Datadog organization.

LinkingAuthCode

The auth code used to linking to an existing datadog organization.

LinkingClientId

The client_id from an existing in exchange for an auth token to link organization.

Name

Name of the Datadog organization.

RedirectUri

The redirect uri for linking.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DatadogOrganizationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DatadogOrganizationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DatadogOrganizationProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DatadogOrganizationProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DatadogOrganizationProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to