blob: fb5ef6459abbb2ab37ec077ad0dae724b7816815 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// ManagedAppDiagnosticStatus undocumented
type ManagedAppDiagnosticStatus struct {
// Object is the base model of ManagedAppDiagnosticStatus
Object
// ValidationName The validation friendly name
ValidationName *string `json:"validationName,omitempty"`
// State The state of the operation
State *string `json:"state,omitempty"`
// MitigationInstruction Instruction on how to mitigate a failed validation
MitigationInstruction *string `json:"mitigationInstruction,omitempty"`
}
|