你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EventGridPartnerContent.AuthorizationExpireOn Property

Definition

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.

public Azure.Provisioning.BicepValue<DateTimeOffset> AuthorizationExpireOn { get; set; }
member this.AuthorizationExpireOn : Azure.Provisioning.BicepValue<DateTimeOffset> with get, set
Public Property AuthorizationExpireOn As BicepValue(Of DateTimeOffset)

Property Value

Applies to