ISsoDetailsResponse 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.DynatraceObservability.Models.Api20210901.SsoDetailsResponseTypeConverter))]
public interface ISsoDetailsResponse : Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.SsoDetailsResponseTypeConverter))>]
type ISsoDetailsResponse = interface
interface IJsonSerializable
Public Interface ISsoDetailsResponse
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |