// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// GovernanceRuleSetting undocumented
type GovernanceRuleSetting struct {
	// Object is the base model of GovernanceRuleSetting
	Object
	// RuleIdentifier undocumented
	RuleIdentifier *string `json:"ruleIdentifier,omitempty"`
	// Setting undocumented
	Setting *string `json:"setting,omitempty"`
}