SsoDetailsRequest 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.
Request for getting sso details for a user
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.SsoDetailsRequestTypeConverter))]
public class SsoDetailsRequest : Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.ISsoDetailsRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.SsoDetailsRequestTypeConverter))>]
type SsoDetailsRequest = class
interface ISsoDetailsRequest
interface IJsonSerializable
Public Class SsoDetailsRequest
Implements ISsoDetailsRequest
- Inheritance
-
SsoDetailsRequest
- Attributes
- Implements
Constructors
SsoDetailsRequest() |
Creates an new SsoDetailsRequest instance. |
Properties
UserPrincipal |
user principal id of the user |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SsoDetailsRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SsoDetailsRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.ISsoDetailsRequest. |
FromJsonString(String) |
Creates a new instance of SsoDetailsRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SsoDetailsRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |