Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Generated from 34825096e936c6c8ee69981113b58cd094f18e8f
Add description to post body for OAuth2 Permissions
  • Loading branch information
AutorestCI committed Aug 17, 2018
commit af7029010dec142967bb47dcb140e1d3afabc412
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ def post(
self, body=None, custom_headers=None, raw=False, **operation_config):
"""Grants OAuth2 permissions for the relevant resource Ids of an app.

:param body:
:param body: The relevant app Service Principal Object Id and the
Service Principal Objecit Id you want to grant.
:type body: ~azure.graphrbac.models.Permissions
:param dict custom_headers: headers that will be added to the request
:param bool raw: returns the direct response alongside the
Expand Down