blob: d7c0c749a6db7f22a148211045bb75c76a74d6f1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// GovernanceSubject undocumented
type GovernanceSubject struct {
// Entity is the base model of GovernanceSubject
Entity
// Type undocumented
Type *string `json:"type,omitempty"`
// DisplayName undocumented
DisplayName *string `json:"displayName,omitempty"`
// PrincipalName undocumented
PrincipalName *string `json:"principalName,omitempty"`
// Email undocumented
Email *string `json:"email,omitempty"`
}
|