github.com/yaegashi/msgraph.go@v0.1.4/v1.0/ModelCloud.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // CloudAppSecurityState undocumented
     6  type CloudAppSecurityState struct {
     7  	// Object is the base model of CloudAppSecurityState
     8  	Object
     9  	// DestinationServiceIP undocumented
    10  	DestinationServiceIP *string `json:"destinationServiceIp,omitempty"`
    11  	// DestinationServiceName undocumented
    12  	DestinationServiceName *string `json:"destinationServiceName,omitempty"`
    13  	// RiskScore undocumented
    14  	RiskScore *string `json:"riskScore,omitempty"`
    15  }
    16  
    17  // CloudCommunications undocumented
    18  type CloudCommunications struct {
    19  	// Entity is the base model of CloudCommunications
    20  	Entity
    21  	// Calls undocumented
    22  	Calls []Call `json:"calls,omitempty"`
    23  	// OnlineMeetings undocumented
    24  	OnlineMeetings []OnlineMeeting `json:"onlineMeetings,omitempty"`
    25  }