Partner Class

Information about the partner.

Inheritance
azure.mgmt.eventgrid._serialization.Model
Partner

Constructor

Partner(*, partner_registration_immutable_id: str | None = None, partner_name: str | None = None, authorization_expiration_time_in_utc: datetime | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
partner_registration_immutable_id
str

The immutableId of the corresponding partner registration.

partner_name
str

The partner name.

authorization_expiration_time_in_utc

Expiration time of the partner authorization. If this timer expires, any request from this partner to create, update or delete resources in subscriber's context will fail. If specified, the allowed values are between 1 to the value of defaultMaximumExpirationTimeInDays specified in PartnerConfiguration. If not specified, the default value will be the value of defaultMaximumExpirationTimeInDays specified in PartnerConfiguration or 7 if this value is not specified.

Variables

Name Description
partner_registration_immutable_id
str

The immutableId of the corresponding partner registration.

partner_name
str

The partner name.

authorization_expiration_time_in_utc

Expiration time of the partner authorization. If this timer expires, any request from this partner to create, update or delete resources in subscriber's context will fail. If specified, the allowed values are between 1 to the value of defaultMaximumExpirationTimeInDays specified in PartnerConfiguration. If not specified, the default value will be the value of defaultMaximumExpirationTimeInDays specified in PartnerConfiguration or 7 if this value is not specified.