Skip to main content

Verificationrequest

Properties

NameTypeDescriptionNotes
StreamIdStringStream ID for verification.[required]
StateStringOptional state value for verification challenge.[optional]

Examples

  • Prepare the resource
$Verificationrequest = Initialize-Verificationrequest  -StreamId 550e8400-e29b-41d4-a716-446655440000 `
-State verification-challenge-state-123
  • Convert the resource to JSON
$Verificationrequest | ConvertTo-JSON

[Back to top]