mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-09-18 23:02:31 +00:00
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
17
vendor/github.com/yaegashi/msgraph.go/beta/ModelACL.go
generated
vendored
Normal file
17
vendor/github.com/yaegashi/msgraph.go/beta/ModelACL.go
generated
vendored
Normal file
@@ -0,0 +1,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"`
|
||||
}
|
Reference in New Issue
Block a user