Share via


SsoDetailsResponse Class

Definition

SSO details from the Dynatrace partner

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.SsoDetailsResponseTypeConverter))]
public class SsoDetailsResponse : Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.ISsoDetailsResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.SsoDetailsResponseTypeConverter))>]
type SsoDetailsResponse = class
    interface ISsoDetailsResponse
    interface IJsonSerializable
Public Class SsoDetailsResponse
Implements ISsoDetailsResponse
Inheritance
SsoDetailsResponse
Attributes
Implements

Constructors

SsoDetailsResponse()

Creates an new SsoDetailsResponse instance.

Properties

AadDomain

array of Aad(azure active directory) domains

AdminUser

Array of admin user emails.

IsSsoEnabled

Whether the SSO is enabled for this resource or not.

MetadataUrl

URL for Azure AD metadata

SingleSignOnUrl

The login URL specific to this Dynatrace Environment

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SsoDetailsResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SsoDetailsResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.ISsoDetailsResponse.

FromJsonString(String)

Creates a new instance of SsoDetailsResponse, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SsoDetailsResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to