blob: 2b91ae093cecdbde85b0c50cdb86b3320c239499 (
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
// CustomSubjectAlternativeName undocumented
type CustomSubjectAlternativeName struct {
// Object is the base model of CustomSubjectAlternativeName
Object
// SanType Custom SAN Type.
SanType *SubjectAlternativeNameType `json:"sanType,omitempty"`
// Name Custom SAN Name
Name *string `json:"name,omitempty"`
}
|