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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // RbacApplication undocumented
     6  type RbacApplication struct {
     7  	// Entity is the base model of RbacApplication
     8  	Entity
     9  	// RoleDefinitions undocumented
    10  	RoleDefinitions []UnifiedRoleDefinition `json:"roleDefinitions,omitempty"`
    11  	// RoleAssignments undocumented
    12  	RoleAssignments []UnifiedRoleAssignment `json:"roleAssignments,omitempty"`
    13  }