blob: c9ff838d9e636765b37b37195dc546acb3db8518 (
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
// ManagementCertificateWithThumbprint undocumented
type ManagementCertificateWithThumbprint struct {
// Object is the base model of ManagementCertificateWithThumbprint
Object
// Thumbprint The thumbprint of the management certificate
Thumbprint *string `json:"thumbprint,omitempty"`
// Certificate The Base 64 encoded management certificate
Certificate *string `json:"certificate,omitempty"`
}
|