Skip to main content

UpdateAccessProfilesInBulkV1412Response

Properties

NameTypeDescriptionNotes
Message[AnyType]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4A message describing the error[optional]

Examples

  • Prepare the resource
$UpdateAccessProfilesInBulkV1412Response = Initialize-UpdateAccessProfilesInBulkV1412Response  -Message  API/Feature not enabled for your organization.
  • Convert the resource to JSON
$UpdateAccessProfilesInBulkV1412Response | ConvertTo-JSON

[Back to top]