az ad app owner
Manage application owners.
Commands
Name | Description | Type | Status |
---|---|---|---|
az ad app owner add |
Add an application owner. |
Core | GA |
az ad app owner list |
List application owners. |
Core | GA |
az ad app owner remove |
Remove an application owner. |
Core | GA |
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.
Global Parameters
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.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az ad app owner list
List application owners.
az ad app owner list --id
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.
Global Parameters
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.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.
Global Parameters
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.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.