summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/APIServicePrincipalModel.go
blob: 509cb4cacb3580a93f97cd526f8e0baf7c4a3786 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// APIServicePrincipal undocumented
type APIServicePrincipal struct {
	// Object is the base model of APIServicePrincipal
	Object
	// ResourceSpecificApplicationPermissions undocumented
	ResourceSpecificApplicationPermissions []ResourceSpecificPermission `json:"resourceSpecificApplicationPermissions,omitempty"`
}