Skip to content
Closed
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
Added example values for new types
* Included example and allowed values for allowedMemberTypes,
  displayName, id, and value.
* Used examples from
https://developer.microsoft.com/graph/docs/api-reference/beta/resources/approle
  • Loading branch information
jillcary committed Jun 4, 2018
commit a41148732b0cbc11f913f5eab8f70e2a7e43dac5
Original file line number Diff line number Diff line change
Expand Up @@ -2032,27 +2032,27 @@
"items": {
"type": "string"
},
"description": "Specifies whether this app role definition can be assigned to users and groups, to other applications, or to both."
"description": "Specifies whether this app role definition can be assigned to users and groups by setting to \"User\", or to other applications by setting to \"Application\", or to both."
},
"description": {
"type": "string",
"description": "Permission help text that appears in the admin app assignment and consent experiences."
},
"displayName": {
"type": "string",
"description": "Display name for the permission that appears in the admin consent and app assignment experiences."
"description": "Display name for the permission that appears in the admin consent and app assignment experiences. For example, \"Read Only\" or \"Admin\"."
},
"id": {
"type": "string",
"description": "Unique role identifier inside the appRoles collection."
"description": "Unique role identifier inside the appRoles collection, such as \"c20e145e-5459-4a6c-a074-b942bbd4cfe1\"."
},
"isEnabled": {
"type": "boolean",
"description": "When creating or updating a role definition, this must be set to true (which is the default). To delete a role, this must first be set to false."
},
"value": {
"type":"string",
"description": "Specifies the value of the roles claim that the application should expect in the authentication and access tokens."
"description": "Specifies the value of the roles claim that the application should expect in the authentication and access tokens, such as \"ReadOnly\" or \"Admin\"."
}
},
"additionalProperties": {
Expand Down