blob: d5c741b26510e46de41b4476b4c4beb2ae040291 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// ConfigurationManagerClientInformation undocumented
type ConfigurationManagerClientInformation struct {
// Object is the base model of ConfigurationManagerClientInformation
Object
// ClientIdentifier Configuration Manager Client Id from SCCM
ClientIdentifier *string `json:"clientIdentifier,omitempty"`
}
|