summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/SecurityBaselineCategoryStateSummaryModel.go
blob: c121a750a23098be43d0d9cbe28d8975c9ae42a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// SecurityBaselineCategoryStateSummary The security baseline per category compliance state summary for the security baseline of the account.
type SecurityBaselineCategoryStateSummary struct {
	// SecurityBaselineStateSummary is the base model of SecurityBaselineCategoryStateSummary
	SecurityBaselineStateSummary
	// DisplayName The category name
	DisplayName *string `json:"displayName,omitempty"`
}