blob: 4f682a3159eccb900deef5a05934257f393700bf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// PreAuthorizedApplication undocumented
type PreAuthorizedApplication struct {
// Object is the base model of PreAuthorizedApplication
Object
// AppID undocumented
AppID *string `json:"appId,omitempty"`
// PermissionIDs undocumented
PermissionIDs []string `json:"permissionIds,omitempty"`
}
|