DynatraceSingleSignOnProperties Class
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.
The details of a Dynatrace single sign-on.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.DynatraceSingleSignOnPropertiesTypeConverter))]
public class DynatraceSingleSignOnProperties : Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.IDynatraceSingleSignOnProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.DynatraceSingleSignOnPropertiesTypeConverter))>]
type DynatraceSingleSignOnProperties = class
interface IDynatraceSingleSignOnProperties
interface IJsonSerializable
Public Class DynatraceSingleSignOnProperties
Implements IDynatraceSingleSignOnProperties
- Inheritance
-
DynatraceSingleSignOnProperties
- Attributes
- Implements
Constructors
DynatraceSingleSignOnProperties() |
Creates an new DynatraceSingleSignOnProperties instance. |
Properties
AadDomain |
array of Aad(azure active directory) domains |
EnterpriseAppId |
Version of the Dynatrace agent installed on the VM. |
ProvisioningState |
Provisioning state of the resource. |
SingleSignOnState |
State of Single Sign On |
SingleSignOnUrl |
The login URL specific to this Dynatrace Environment |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DynatraceSingleSignOnProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DynatraceSingleSignOnProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.IDynatraceSingleSignOnProperties. |
FromJsonString(String) |
Creates a new instance of DynatraceSingleSignOnProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DynatraceSingleSignOnProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |