az ad app owner
Manage application owners.
Commands
az ad app owner add |
Add an application owner. |
az ad app owner list |
List application owners. |
az ad app owner remove |
Remove an application owner. |
az ad app owner add
Add an application owner.
az ad app owner add --id
--owner-object-id
Examples
add an application owner. (autogenerated)
az ad app owner add --id 00000000-0000-0000-0000-000000000000 --owner-object-id xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Required Parameters
Identifier uri, application id, or object id.
Owner's object id.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az ad app owner list
List application owners.
az ad app owner list --id
[--query-examples]
Examples
List application owners. (autogenerated)
az ad app owner list --id 00000000-0000-0000-0000-000000000000
Required Parameters
Identifier uri, application id, or object id of the application.
Optional Parameters
Recommend JMESPath string for you. You can copy one of the query and paste it after --query parameter within double quotation marks to see the results. You can add one or more positional keywords so that we can give suggestions based on these key words.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az ad app owner remove
Remove an application owner.
az ad app owner remove --id
--owner-object-id
Required Parameters
Identifier uri, application id, or object id.
Owner's object id.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.