github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelACL.go (about)

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