github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelPre.go (about)

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