Aracılığıyla paylaş


IPartner.AuthorizationExpirationTimeInUtc 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.

[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="Expiration time of the partner authorization. If this timer expires, any request from this partner to create, update or delete resources in subscriber's\r\n        context will fail. If specified, the allowed values are between 1 to the value of defaultMaximumExpirationTimeInDays specified in PartnerConfiguration.\r\n        If not specified, the default value will be the value of defaultMaximumExpirationTimeInDays specified in PartnerConfiguration or 7 if this value is not specified.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="authorizationExpirationTimeInUtc", Update=true)]
public DateTime? AuthorizationExpirationTimeInUtc { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="Expiration time of the partner authorization. If this timer expires, any request from this partner to create, update or delete resources in subscriber's\r\n        context will fail. If specified, the allowed values are between 1 to the value of defaultMaximumExpirationTimeInDays specified in PartnerConfiguration.\r\n        If not specified, the default value will be the value of defaultMaximumExpirationTimeInDays specified in PartnerConfiguration or 7 if this value is not specified.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="authorizationExpirationTimeInUtc", Update=true)>]
member this.AuthorizationExpirationTimeInUtc : Nullable<DateTime> with get, set
Public Property AuthorizationExpirationTimeInUtc As Nullable(Of DateTime)

Property Value

Attributes

Applies to