blob: 5200321ed059538ec201b6f8c33f0fd557a9f116 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// CertificateBasedAuthConfiguration undocumented
type CertificateBasedAuthConfiguration struct {
// Entity is the base model of CertificateBasedAuthConfiguration
Entity
// CertificateAuthorities undocumented
CertificateAuthorities []CertificateAuthority `json:"certificateAuthorities,omitempty"`
}
|