Share via


DomainControlCenterSsoRequest Class

Definition

Single sign-on request information for domain management.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainControlCenterSsoRequestTypeConverter))]
public class DomainControlCenterSsoRequest : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainControlCenterSsoRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainControlCenterSsoRequestTypeConverter))>]
type DomainControlCenterSsoRequest = class
    interface IDomainControlCenterSsoRequest
    interface IJsonSerializable
Public Class DomainControlCenterSsoRequest
Implements IDomainControlCenterSsoRequest
Inheritance
DomainControlCenterSsoRequest
Attributes
Implements

Constructors

DomainControlCenterSsoRequest()

Creates an new DomainControlCenterSsoRequest instance.

Properties

PostParameterKey

Post parameter key.

PostParameterValue

Post parameter value. Client should use 'application/x-www-form-urlencoded' encoding for this value.

Url

URL where the single sign-on request is to be made.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DomainControlCenterSsoRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DomainControlCenterSsoRequest.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainControlCenterSsoRequest.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DomainControlCenterSsoRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to