IRevokeCertificate.EffectiveAt Property

Definition

The timestamp when the revocation is effective.

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

Property Value

Attributes

Applies to