blob: 4f682a3159eccb900deef5a05934257f393700bf (
plain) (
tree)
|
|
// 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"`
}
|