summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/SecurityProviderStatusModel.go
blob: 47ee02543e5c69343523ad95dfa5b869b202b5a9 (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

// SecurityProviderStatus undocumented
type SecurityProviderStatus struct {
	// Object is the base model of SecurityProviderStatus
	Object
	// Enabled undocumented
	Enabled *bool `json:"enabled,omitempty"`
	// Endpoint undocumented
	Endpoint *string `json:"endpoint,omitempty"`
	// Provider undocumented
	Provider *string `json:"provider,omitempty"`
	// Region undocumented
	Region *string `json:"region,omitempty"`
	// Vendor undocumented
	Vendor *string `json:"vendor,omitempty"`
}