// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// CertificationControl undocumented
type CertificationControl struct {
	// Object is the base model of CertificationControl
	Object
	// Name undocumented
	Name *string `json:"name,omitempty"`
	// URL undocumented
	URL *string `json:"url,omitempty"`
}