Share via


ArcIdentityResponse Class

Definition

ArcIdentity details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.ArcIdentityResponseTypeConverter))]
public class ArcIdentityResponse : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IArcIdentityResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.ArcIdentityResponseTypeConverter))>]
type ArcIdentityResponse = class
    interface IArcIdentityResponse
    interface IJsonSerializable
Public Class ArcIdentityResponse
Implements IArcIdentityResponse
Inheritance
ArcIdentityResponse
Attributes
Implements

Constructors

Name Description
ArcIdentityResponse()

Creates an new ArcIdentityResponse instance.

Properties

Name Description
ArcApplicationClientId
ArcApplicationObjectId
ArcApplicationTenantId
ArcServicePrincipalObjectId

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ArcIdentityResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ArcIdentityResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IArcIdentityResponse.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ArcIdentityResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to