IPartnerConfigurationUpdateParameterProperties.DefaultMaximumExpirationTimeInDay Property
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.
The default time used to validate the maximum expiration time for each authorized partners in days. Allowed values ar between 1 and 365 days.
[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="The default time used to validate the maximum expiration time for each authorized partners in days. Allowed values ar between 1 and 365 days.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="defaultMaximumExpirationTimeInDays", Update=true)]
public int? DefaultMaximumExpirationTimeInDay { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="The default time used to validate the maximum expiration time for each authorized partners in days. Allowed values ar between 1 and 365 days.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="defaultMaximumExpirationTimeInDays", Update=true)>]
member this.DefaultMaximumExpirationTimeInDay : Nullable<int> with get, set
Public Property DefaultMaximumExpirationTimeInDay As Nullable(Of Integer)
Property Value
- Attributes