Share via


SiteSpnProperties Class

Definition

Class for site properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.SiteSpnPropertiesTypeConverter))]
public class SiteSpnProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISiteSpnProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.SiteSpnPropertiesTypeConverter))>]
type SiteSpnProperties = class
    interface ISiteSpnProperties
    interface IJsonSerializable
Public Class SiteSpnProperties
Implements ISiteSpnProperties
Inheritance
SiteSpnProperties
Attributes
Implements

Constructors

SiteSpnProperties()

Creates an new SiteSpnProperties instance.

Properties

AadAuthority

AAD Authority URL which was used to request the token for the service principal.

ApplicationId

Application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.

Audience

Intended audience for the service principal.

ObjectId

Object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.

RawCertData

Raw certificate data for building certificate expiry flows.

TenantId

Tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SiteSpnProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SiteSpnProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISiteSpnProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SiteSpnProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to