blob: 6e112de2429e529d0860b7b2cec89c3439621dab (
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
// 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"`
}
|