ICertificate.RevocationRequestedAt Property

Definition

The timestamp when the revocation is requested.

[Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.Info(Create=true, Description="The timestamp when the revocation is requested.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="requestedAt", Update=true)]
public DateTime? RevocationRequestedAt { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.Info(Create=true, Description="The timestamp when the revocation is requested.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="requestedAt", Update=true)>]
member this.RevocationRequestedAt : Nullable<DateTime> with get, set
Public Property RevocationRequestedAt As Nullable(Of DateTime)

Property Value

Attributes

Applies to