summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/GovernanceRoleDefinitionModel.go
blob: a3c527cf24d4ed195783c2f6e2c2e25ccafbeacb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// GovernanceRoleDefinition undocumented
type GovernanceRoleDefinition struct {
	// Entity is the base model of GovernanceRoleDefinition
	Entity
	// ResourceID undocumented
	ResourceID *string `json:"resourceId,omitempty"`
	// ExternalID undocumented
	ExternalID *string `json:"externalId,omitempty"`
	// TemplateID undocumented
	TemplateID *string `json:"templateId,omitempty"`
	// DisplayName undocumented
	DisplayName *string `json:"displayName,omitempty"`
	// Resource undocumented
	Resource *GovernanceResource `json:"resource,omitempty"`
	// RoleSetting undocumented
	RoleSetting *GovernanceRoleSetting `json:"roleSetting,omitempty"`
}