Skip to main content

AppAccessProfileSelector

Properties

NameTypeDescriptionNotes
ApplicationIdStringThe application id[optional]
AccountMatchConfigAppAccessProfileSelectorAccountMatchConfig[optional]

Examples

  • Prepare the resource
$AppAccessProfileSelector = Initialize-AppAccessProfileSelector  -ApplicationId 2c91808874ff91550175097daaec161c" `
-AccountMatchConfig null
  • Convert the resource to JSON
$AppAccessProfileSelector | ConvertTo-JSON

[Back to top]