QOps-SetAppOwner

Sets the owner of the application(s) selected by -Filter.

Syntax

QOps-SetAppOwner -Owner [-Filter] [-Profile]

Parameters meaning:

-Owner specifies the new owner of the selected application(s)

-Filter overrides parameters for selecting applications to process with QOps, allows filtering by following:

  • Application Name
  • Application Id
  • Application Owner
  • Application Stream

The multiple masks are supported in a way of repeating the field identifier with a semicolon separator, ex.: -Filter "Name=*ibcs*;Name=*api*,Id=*,Owner=*,Stream=*"

The Semicolon defines result joining with OR logic, the Comma defines results joining with AND logic. When the field name is omitted all possible values for this field will be applied.

-Profile overrides default User Profile with the specified one

Examples

QOps-SetAppOwner -Owner "[email protected]" -Filter "Name=*ibcs*"

-VerboseLog enables full verbose output including complete API response dumps and debug information. By default, QOps now produces concise output summaries.

New in version 3.0.4