Share via


PartnerAuthorization Class

Definition

The partner authorization details.

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

Constructors

PartnerAuthorization()

Creates an new PartnerAuthorization instance.

Properties

AuthorizedPartnersList

The list of authorized partners.

DefaultMaximumExpirationTimeInDay

Time used to validate the authorization expiration time for each authorized partner. If DefaultMaximumExpirationTimeInDays is not specified, the default is 7 days. Otherwise, allowed values are between 1 and 365 days.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PartnerAuthorization.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PartnerAuthorization.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PartnerAuthorization into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to