blob: 010146f8617b30d28397b17d2319b7bb44983b4a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// MacOSFirewallApplication undocumented
type MacOSFirewallApplication struct {
// Object is the base model of MacOSFirewallApplication
Object
// BundleID BundleId of the application.
BundleID *string `json:"bundleId,omitempty"`
// AllowsIncomingConnections Whether or not incoming connections are allowed.
AllowsIncomingConnections *bool `json:"allowsIncomingConnections,omitempty"`
}
|