5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-11-10 15:40:30 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/HostSecurityStateModel.go

28 lines
972 B
Go

// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// HostSecurityState undocumented
type HostSecurityState struct {
// Object is the base model of HostSecurityState
Object
// Fqdn undocumented
Fqdn *string `json:"fqdn,omitempty"`
// IsAzureAdJoined undocumented
IsAzureAdJoined *bool `json:"isAzureAdJoined,omitempty"`
// IsAzureAdRegistered undocumented
IsAzureAdRegistered *bool `json:"isAzureAdRegistered,omitempty"`
// IsHybridAzureDomainJoined undocumented
IsHybridAzureDomainJoined *bool `json:"isHybridAzureDomainJoined,omitempty"`
// NetBiosName undocumented
NetBiosName *string `json:"netBiosName,omitempty"`
// Os undocumented
Os *string `json:"os,omitempty"`
// PrivateIPAddress undocumented
PrivateIPAddress *string `json:"privateIpAddress,omitempty"`
// PublicIPAddress undocumented
PublicIPAddress *string `json:"publicIpAddress,omitempty"`
// RiskScore undocumented
RiskScore *string `json:"riskScore,omitempty"`
}