Bagikan melalui


IAuthInfo.ExpiresIn Property

Definition

Time in seconds that the token remains valid

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="Time in seconds that the token remains valid", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="expiresIn")]
public int? ExpiresIn { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="Time in seconds that the token remains valid", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="expiresIn")>]
member this.ExpiresIn : Nullable<int> with get, set
Public Property ExpiresIn As Nullable(Of Integer)

Property Value

Attributes

Applies to