blob: 5b8d85d40dca60cd4fe034476cc058aa9276d991 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// Code generated by msgraph-generate.go 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"`
}
|