AzureAdPartnerClientAuthentication 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.
Azure Active Directory Partner Client Authentication
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.AzureAdPartnerClientAuthenticationTypeConverter))]
public class AzureAdPartnerClientAuthentication : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAzureAdPartnerClientAuthentication, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.AzureAdPartnerClientAuthenticationTypeConverter))>]
type AzureAdPartnerClientAuthentication = class
interface IAzureAdPartnerClientAuthentication
interface IJsonSerializable
interface IPartnerClientAuthentication
interface IValidates
Public Class AzureAdPartnerClientAuthentication
Implements IAzureAdPartnerClientAuthentication, IValidates
- Inheritance
-
AzureAdPartnerClientAuthentication
- Attributes
- Implements
Constructors
AzureAdPartnerClientAuthentication() |
Creates an new AzureAdPartnerClientAuthentication 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. |
ClientAuthenticationType |
Type of client authentication |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AzureAdPartnerClientAuthentication. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AzureAdPartnerClientAuthentication. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAzureAdPartnerClientAuthentication. |
FromJsonString(String) |
Creates a new instance of AzureAdPartnerClientAuthentication, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AzureAdPartnerClientAuthentication into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |