You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
c.argument('include_inherited', action='store_true', help='include assignments applied on parent scopes')
328
328
c.argument('can_delegate', action='store_true', help='when set, the assignee will be able to create further role assignments to the same role')
329
329
c.argument('assignee', help='represent a user, group, or service principal. supported format: object id, user sign-in name, or service principal name')
330
-
c.argument('assignee_object_id', help="Use this parameter instead of '--assignee' to bypass Graph API invocation in case of insufficient privileges. "
331
-
"This parameter only works with object ids for users, groups, service principals, and "
332
-
"managed identities. For managed identities use the principal id. For service principals, "
333
-
"use the object id and not the app id.")
330
+
c.argument('assignee_object_id',
331
+
help="The assignee's object ID (also known as principal ID). "
332
+
"Use this argument instead of '--assignee' to bypass Microsoft Graph invocation in case "
333
+
"the logged-in account has no permission or the machine has no network access to query "
334
+
"Microsoft Graph.")
334
335
c.argument('ids', nargs='+', help='space-separated role assignment ids')
0 commit comments