mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 15:40:30 +00:00
20 lines
663 B
Go
20 lines
663 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// UnifiedRoleAssignment undocumented
|
||
|
type UnifiedRoleAssignment struct {
|
||
|
// Entity is the base model of UnifiedRoleAssignment
|
||
|
Entity
|
||
|
// PrincipalID undocumented
|
||
|
PrincipalID *string `json:"principalId,omitempty"`
|
||
|
// ResourceScope undocumented
|
||
|
ResourceScope *string `json:"resourceScope,omitempty"`
|
||
|
// RoleDefinitionID undocumented
|
||
|
RoleDefinitionID *string `json:"roleDefinitionId,omitempty"`
|
||
|
// Principal undocumented
|
||
|
Principal *DirectoryObject `json:"principal,omitempty"`
|
||
|
// RoleDefinition undocumented
|
||
|
RoleDefinition *UnifiedRoleDefinition `json:"roleDefinition,omitempty"`
|
||
|
}
|