Share via


AzureAdPartnerClientAuthenticationProperties Class

Definition

Properties of an Azure Active Directory Partner Client Authentication.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.AzureAdPartnerClientAuthenticationPropertiesTypeConverter))]
public class AzureAdPartnerClientAuthenticationProperties : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAzureAdPartnerClientAuthenticationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.AzureAdPartnerClientAuthenticationPropertiesTypeConverter))>]
type AzureAdPartnerClientAuthenticationProperties = class
    interface IAzureAdPartnerClientAuthenticationProperties
    interface IJsonSerializable
Public Class AzureAdPartnerClientAuthenticationProperties
Implements IAzureAdPartnerClientAuthenticationProperties
Inheritance
AzureAdPartnerClientAuthenticationProperties
Attributes
Implements

Constructors

AzureAdPartnerClientAuthenticationProperties()

Creates an new AzureAdPartnerClientAuthenticationProperties instance.

Properties

AzureActiveDirectoryApplicationIdOrUri

The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests.

AzureActiveDirectoryTenantId

The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureAdPartnerClientAuthenticationProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureAdPartnerClientAuthenticationProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAzureAdPartnerClientAuthenticationProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureAdPartnerClientAuthenticationProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to