Skip to main content

SendTokenRequest

Properties

NameTypeDescriptionNotes
UserAliasStringUser alias from table spt_identity field named 'name'[required]
DeliveryTypeEnum [ "SMS_PERSONAL", "VOICE_PERSONAL", "SMS_WORK", "VOICE_WORK", "EMAIL_WORK", "EMAIL_PERSONAL" ]Token delivery type[required]

Examples

  • Prepare the resource
$SendTokenRequest = Initialize-PSSailpoint.BetaSendTokenRequest  -UserAlias will.albin `
-DeliveryType EMAIL_WORK
  • Convert the resource to JSON
$SendTokenRequest | ConvertTo-JSON

[Back to top]