Skip to main content

ApprovalRequestedTarget

Properties

NameTypeDescriptionNotes
ForcedAuthSignatureStringSignature required for forced authentication.[optional]
IdStringID of the requested target.[optional]
NameStringName of the requested target.[optional]
ReauthRequiredBooleanIndicates if reauthentication is required.[optional] [default to $false]
RemovalDateSystem.DateTimeDate when the target will be removed.[optional]
RequestTypeStringType of the request.[optional]
TargetTypeStringType of the target.[optional]

Examples

  • Prepare the resource
$ApprovalRequestedTarget = Initialize-V2025ApprovalRequestedTarget  -ForcedAuthSignature string `
-Id string `
-Name string `
-ReauthRequired true `
-RemovalDate 2025-07-07T18:10:13.687Z `
-RequestType string `
-TargetType string
  • Convert the resource to JSON
$ApprovalRequestedTarget | ConvertTo-JSON

[Back to top]