IMicrosoftGraphSigningCertificateUpdateStatus.LastRunDateTime 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.
Date and time in ISO 8601 format and in UTC time when the certificate was last updated. Read-only.
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="Date and time in ISO 8601 format and in UTC time when the certificate was last updated. Read-only.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="lastRunDateTime", Update=true)]
public DateTime? LastRunDateTime { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="Date and time in ISO 8601 format and in UTC time when the certificate was last updated. Read-only.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="lastRunDateTime", Update=true)>]
member this.LastRunDateTime : Nullable<DateTime> with get, set
Public Property LastRunDateTime As Nullable(Of DateTime)
Property Value
- Attributes