blob: ea68d4ad7d16d8c544521396feb944042b2a6994 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// PrivilegedRoleSummary undocumented
type PrivilegedRoleSummary struct {
// Entity is the base model of PrivilegedRoleSummary
Entity
// Status undocumented
Status *RoleSummaryStatus `json:"status,omitempty"`
// UsersCount undocumented
UsersCount *int `json:"usersCount,omitempty"`
// ManagedCount undocumented
ManagedCount *int `json:"managedCount,omitempty"`
// ElevatedCount undocumented
ElevatedCount *int `json:"elevatedCount,omitempty"`
// MFAEnabled undocumented
MFAEnabled *bool `json:"mfaEnabled,omitempty"`
}
|