blob: 260395fe47ce42094df523adf555c68b9a038ef2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// GovernancePermission undocumented
type GovernancePermission struct {
// Object is the base model of GovernancePermission
Object
// AccessLevel undocumented
AccessLevel *string `json:"accessLevel,omitempty"`
// IsActive undocumented
IsActive *bool `json:"isActive,omitempty"`
// IsEligible undocumented
IsEligible *bool `json:"isEligible,omitempty"`
}
|