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')
313
313
c.argument('can_delegate', action='store_true', help='when set, the assignee will be able to create further role assignments to the same role')
314
314
c.argument('assignee', help='represent a user, group, or service principal. supported format: object id, user sign-in name, or service principal name')
315
-
c.argument('assignee_object_id', help="Use this parameter instead of '--assignee' to bypass Graph API invocation in case of insufficient privileges. "
316
-
"This parameter only works with object ids for users, groups, service principals, and "
317
-
"managed identities. For managed identities use the principal id. For service principals, "
318
-
"use the object id and not the app id.")
315
+
c.argument('assignee_object_id',
316
+
help="Use this parameter instead of '--assignee' to bypass Microsoft Graph API invocation in case "
317
+
"you do not have sufficient privileges or network connections to Microsoft Graph API. "
318
+
"This parameter only works with object ids for users, groups, service principals, and "
319
+
"managed identities. For managed identities, use the principal id. For service principals, "
320
+
"use the object id and not the app id.")
319
321
c.argument('ids', nargs='+', help='space-separated role assignment ids')
0 commit comments