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
21 changes: 3 additions & 18 deletions specification/graphrbac/data-plane/stable/1.6/graphrbac.json
Original file line number Diff line number Diff line change
Expand Up @@ -1909,6 +1909,9 @@
"readOnly": true
}
},
"additionalProperties": {
"type": "object"
},
"description": "Represents an Azure Active Directory object."
},
"KeyCredential": {
Expand Down Expand Up @@ -2191,9 +2194,6 @@
"description": "Whether to allow implicit grant flow for OAuth2"
}
},
"additionalProperties": {
"type": "object"
},
"description": "Active Directory application information."
},
"ApplicationListResult": {
Expand Down Expand Up @@ -2488,9 +2488,6 @@
"description": "The primary email address of the group."
}
},
"additionalProperties": {
"type": "object"
},
"x-ms-discriminator-value": "Group",
"description": "Active Directory group information."
},
Expand Down Expand Up @@ -2633,9 +2630,6 @@
"description": "A collection of service principal names."
}
},
"additionalProperties": {
"type": "object"
},
"description": "Active Directory service principal information."
},
"ServicePrincipalListResult": {
Expand Down Expand Up @@ -2744,9 +2738,6 @@
"description": "The primary email address of the user."
}
},
"additionalProperties": {
"type": "object"
},
"required": [
"accountEnabled",
"displayName",
Expand Down Expand Up @@ -2785,9 +2776,6 @@
"description": "The mail alias for the user."
}
},
"additionalProperties": {
"type": "object"
},
"description": "Request parameters for updating an existing work or school account user."
},
"User": {
Expand Down Expand Up @@ -2854,9 +2842,6 @@
"description": "The sign-in names of the user."
}
},
"additionalProperties": {
"type": "object"
},
"description": "Active Directory user information."
},
"SignInName": {
Expand Down