ArmDatadogModelFactory.DatadogOrganizationProperties Method
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.
public static Azure.ResourceManager.Datadog.Models.DatadogOrganizationProperties DatadogOrganizationProperties(string name = default, string id = default, string linkingAuthCode = default, string linkingClientId = default, Uri redirectUri = default, string apiKey = default, string applicationKey = default, string enterpriseAppId = default, bool? isCspm = default, bool? isResourceCollection = default);
static member DatadogOrganizationProperties : string * string * string * string * Uri * string * string * string * Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.Datadog.Models.DatadogOrganizationProperties
Public Shared Function DatadogOrganizationProperties (Optional name As String = Nothing, Optional id As String = Nothing, Optional linkingAuthCode As String = Nothing, Optional linkingClientId As String = Nothing, Optional redirectUri As Uri = Nothing, Optional apiKey As String = Nothing, Optional applicationKey As String = Nothing, Optional enterpriseAppId As String = Nothing, Optional isCspm As Nullable(Of Boolean) = Nothing, Optional isResourceCollection As Nullable(Of Boolean) = Nothing) As DatadogOrganizationProperties
Parameters
- name
- String
Name of the Datadog organization.
- id
- String
Id of the Datadog organization.
- linkingAuthCode
- String
The auth code used to linking to an existing Datadog organization.
- linkingClientId
- String
The client_id from an existing in exchange for an auth token to link organization.
- redirectUri
- Uri
The redirect URI for linking.
- apiKey
- String
Api key associated to the Datadog organization.
- applicationKey
- String
Application key associated to the Datadog organization.
- enterpriseAppId
- String
The Id of the Enterprise App used for Single sign on.
The configuration which describes the state of cloud security posture management. This collects configuration information for all resources in a subscription and track conformance to industry benchmarks.
The configuration which describes the state of resource collection. This collects configuration information for all resources in a subscription.
Returns
A new DatadogOrganizationProperties instance for mocking.