diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/Windows81CertificateProfileBaseModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/Windows81CertificateProfileBaseModel.go | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/Windows81CertificateProfileBaseModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/Windows81CertificateProfileBaseModel.go new file mode 100644 index 00000000..6e112de2 --- /dev/null +++ b/vendor/github.com/matterbridge/msgraph.go/beta/Windows81CertificateProfileBaseModel.go @@ -0,0 +1,13 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// Windows81CertificateProfileBase Device Configuration. +type Windows81CertificateProfileBase struct { + // WindowsCertificateProfileBase is the base model of Windows81CertificateProfileBase + WindowsCertificateProfileBase + // ExtendedKeyUsages Extended Key Usage (EKU) settings. This collection can contain a maximum of 500 elements. + ExtendedKeyUsages []ExtendedKeyUsage `json:"extendedKeyUsages,omitempty"` + // CustomSubjectAlternativeNames Custom Subject Alternative Name Settings. This collection can contain a maximum of 500 elements. + CustomSubjectAlternativeNames []CustomSubjectAlternativeName `json:"customSubjectAlternativeNames,omitempty"` +} |