| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected MacOSGatekeeperAppSources |
MacOSCompliancePolicy.gatekeeperAllowedAppSource |
protected MacOSGatekeeperAppSources |
MacOSEndpointProtectionConfiguration.gatekeeperAllowedAppSource |
| Modifier and Type | Method and Description |
|---|---|
Optional<MacOSGatekeeperAppSources> |
MacOSCompliancePolicy.getGatekeeperAllowedAppSource()
“System and Privacy setting that determines which download locations apps can be
run from on a macOS device.”
|
Optional<MacOSGatekeeperAppSources> |
MacOSEndpointProtectionConfiguration.getGatekeeperAllowedAppSource()
“System and Privacy setting that determines which download locations apps can be
run from on a macOS device.”
|
| Modifier and Type | Method and Description |
|---|---|
MacOSCompliancePolicy.Builder |
MacOSCompliancePolicy.Builder.gatekeeperAllowedAppSource(MacOSGatekeeperAppSources gatekeeperAllowedAppSource)
“System and Privacy setting that determines which download locations apps can be
run from on a macOS device.”
|
MacOSEndpointProtectionConfiguration.Builder |
MacOSEndpointProtectionConfiguration.Builder.gatekeeperAllowedAppSource(MacOSGatekeeperAppSources gatekeeperAllowedAppSource)
“System and Privacy setting that determines which download locations apps can be
run from on a macOS device.”
|
MacOSCompliancePolicy |
MacOSCompliancePolicy.withGatekeeperAllowedAppSource(MacOSGatekeeperAppSources gatekeeperAllowedAppSource)
Returns an immutable copy of
this with just the gatekeeperAllowedAppSource field changed. |
MacOSEndpointProtectionConfiguration |
MacOSEndpointProtectionConfiguration.withGatekeeperAllowedAppSource(MacOSGatekeeperAppSources gatekeeperAllowedAppSource)
Returns an immutable copy of
this with just the gatekeeperAllowedAppSource field changed. |
| Modifier and Type | Method and Description |
|---|---|
static MacOSGatekeeperAppSources |
MacOSGatekeeperAppSources.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MacOSGatekeeperAppSources[] |
MacOSGatekeeperAppSources.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.