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

package msgraph

// ExtendedKeyUsage undocumented
type ExtendedKeyUsage struct {
	// Object is the base model of ExtendedKeyUsage
	Object
	// Name Extended Key Usage Name
	Name *string `json:"name,omitempty"`
	// ObjectIdentifier Extended Key Usage Object Identifier
	ObjectIdentifier *string `json:"objectIdentifier,omitempty"`
}