Skip to main content

AccessRequestContext

Properties

NameTypeDescriptionNotes
ContextAttributes[]ContextAttributeDto[optional]

Examples

  • Prepare the resource
$AccessRequestContext = Initialize-BetaAccessRequestContext  -ContextAttributes null
  • Convert the resource to JSON
$AccessRequestContext | ConvertTo-JSON

[Back to top]