Skip to main content

Intelcertificationhistoryevent

Properties

NameTypeDescriptionNotes
EventTypeEnum [ "IdentityCertified" ]Type of certification history event.[required]
DateTimeSystem.DateTimeEvent timestamp.[optional]
CertificationIdStringIdentifier of the certification.[optional]
CertificationNameStringDisplay name of the certification.[optional]
SignedDateSystem.DateTimeTimestamp when the certification was signed.[optional]

Examples

  • Prepare the resource
$Intelcertificationhistoryevent = Initialize-Intelcertificationhistoryevent  -EventType IdentityCertified `
-DateTime 2019-03-08T22:37:33.901Z `
-CertificationId 2c91808a77ff216301782327a50f09bf `
-CertificationName Example certification `
-SignedDate 2019-03-08T22:37:33.901Z
  • Convert the resource to JSON
$Intelcertificationhistoryevent | ConvertTo-JSON

[Back to top]