IDatadogSingleSignOnResource 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.Datadog.Models.DatadogSingleSignOnResourceTypeConverter))]
public interface IDatadogSingleSignOnResource : Microsoft.Azure.PowerShell.Cmdlets.Datadog.Runtime.IJsonSerializable
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Datadog.Models.DatadogSingleSignOnResourceTypeConverter))]
public interface IDatadogSingleSignOnResource : Microsoft.Azure.PowerShell.Cmdlets.Datadog.Models.IProxyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Datadog.Models.DatadogSingleSignOnResourceTypeConverter))>]
type IDatadogSingleSignOnResource = interface
interface IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Datadog.Models.DatadogSingleSignOnResourceTypeConverter))>]
type IDatadogSingleSignOnResource = interface
interface IJsonSerializable
interface IProxyResource
interface IResource
Public Interface IDatadogSingleSignOnResource
Implements IJsonSerializable
Public Interface IDatadogSingleSignOnResource
Implements IProxyResource
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| EnterpriseAppId |
The Id of the Enterprise App used for Single sign-on. |
| Id |
ARM id of the resource. |
| Name |
Name of the configuration. |
| ProvisioningState | |
| SingleSignOnState |
Various states of the SSO resource |
| SingleSignOnUrl |
The login URL specific to this Datadog Organization. |
| 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. |
| Type |
The type of the resource. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |