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]