blob: ed3e1f2f6e15c3a46901096a417f2979483d003b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// ACL undocumented
type ACL struct {
// Object is the base model of ACL
Object
// Type undocumented
Type *ACLType `json:"type,omitempty"`
// Value undocumented
Value *string `json:"value,omitempty"`
// AccessType undocumented
AccessType *AccessType `json:"accessType,omitempty"`
// IdentitySource undocumented
IdentitySource *string `json:"identitySource,omitempty"`
}
|