Skip to content
Merged
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@
],
"responses": {
"200": {
"description": "OK. Indicates success. Returns true if the user, contact, group, or service principal is a direct or a transitive member of the specified group; otherwsie, false.",
"description": "OK. Indicates success. Returns true if the user, contact, group, or service principal is a direct or a transitive member of the specified group; otherwise, false.",
"schema": {
"$ref": "#/definitions/CheckGroupMembershipResult"
}
Expand Down Expand Up @@ -2001,7 +2001,7 @@
"in" : "body",
"name" : "body",
"required" : false,
"description": "The relevant app Service Principal Object Id and the Service Principal Objecit Id you want to grant.",
"description": "The relevant app Service Principal Object Id and the Service Principal Object Id you want to grant.",
"schema" : {
"$ref" : "#/definitions/Permissions"
},
Expand Down Expand Up @@ -2526,7 +2526,7 @@
"required": [
"resourceAccess"
],
"description": "Specifies the set of OAuth 2.0 permission scopes and app roles under the specified resource that an application requires access to. The specified OAuth 2.0 permission scopes may be requested by client applications (through the requiredResourceAccess collection) when calling a resource application. The requiredResourceAccess property of the Application entity is a collection of ReqiredResourceAccess."
"description": "Specifies the set of OAuth 2.0 permission scopes and app roles under the specified resource that an application requires access to. The specified OAuth 2.0 permission scopes may be requested by client applications (through the requiredResourceAccess collection) when calling a resource application. The requiredResourceAccess property of the Application entity is a collection of RequiredResourceAccess."
},
"ResourceAccess": {
"type": "object",
Expand Down