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
12 changes: 12 additions & 0 deletions specification/graphrbac/data-plane/1.6/graphrbac.json
Original file line number Diff line number Diff line change
Expand Up @@ -1878,6 +1878,10 @@
"$ref": "#/definitions/PasswordCredential"
},
"description": "The list of PasswordCredential objects."
},
"oauth2AllowImplicitFlow" : {
"type": "boolean",
"description": "Whether to allow implicit grant flow for OAuth2"
}
},
"required": [
Expand Down Expand Up @@ -1928,6 +1932,10 @@
"$ref": "#/definitions/PasswordCredential"
},
"description": "The list of PasswordCredential objects."
},
"oauth2AllowImplicitFlow" : {
"type": "boolean",
"description": "Whether to allow implicit grant flow for OAuth2"
}
},
"description": "Request parameters for updating an existing application."
Expand Down Expand Up @@ -1978,6 +1986,10 @@
"homepage": {
"type": "string",
"description": "The home page of the application."
},
"oauth2AllowImplicitFlow" : {
"type": "boolean",
"description": "Whether to allow implicit grant flow for OAuth2"
}
},
"description": "Active Directory application information."
Expand Down