| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected AndroidManagedAppSafetyNetDeviceAttestationType |
AndroidManagedAppProtection.requiredAndroidSafetyNetDeviceAttestationType |
protected AndroidManagedAppSafetyNetDeviceAttestationType |
DefaultManagedAppProtection.requiredAndroidSafetyNetDeviceAttestationType |
| Modifier and Type | Method and Description |
|---|---|
Optional<AndroidManagedAppSafetyNetDeviceAttestationType> |
AndroidManagedAppProtection.getRequiredAndroidSafetyNetDeviceAttestationType()
“Defines the Android SafetyNet Device Attestation requirement for a managed app
to work.”
|
Optional<AndroidManagedAppSafetyNetDeviceAttestationType> |
DefaultManagedAppProtection.getRequiredAndroidSafetyNetDeviceAttestationType()
“Defines the Android SafetyNet Device Attestation requirement for a managed app
to work.”
|
| Modifier and Type | Method and Description |
|---|---|
AndroidManagedAppProtection.Builder |
AndroidManagedAppProtection.Builder.requiredAndroidSafetyNetDeviceAttestationType(AndroidManagedAppSafetyNetDeviceAttestationType requiredAndroidSafetyNetDeviceAttestationType)
“Defines the Android SafetyNet Device Attestation requirement for a managed app
to work.”
|
DefaultManagedAppProtection.Builder |
DefaultManagedAppProtection.Builder.requiredAndroidSafetyNetDeviceAttestationType(AndroidManagedAppSafetyNetDeviceAttestationType requiredAndroidSafetyNetDeviceAttestationType)
“Defines the Android SafetyNet Device Attestation requirement for a managed app
to work.”
|
AndroidManagedAppProtection |
AndroidManagedAppProtection.withRequiredAndroidSafetyNetDeviceAttestationType(AndroidManagedAppSafetyNetDeviceAttestationType requiredAndroidSafetyNetDeviceAttestationType)
Returns an immutable copy of
this with just the requiredAndroidSafetyNetDeviceAttestationType field changed. |
DefaultManagedAppProtection |
DefaultManagedAppProtection.withRequiredAndroidSafetyNetDeviceAttestationType(AndroidManagedAppSafetyNetDeviceAttestationType requiredAndroidSafetyNetDeviceAttestationType)
Returns an immutable copy of
this with just the requiredAndroidSafetyNetDeviceAttestationType field changed. |
| Modifier and Type | Method and Description |
|---|---|
static AndroidManagedAppSafetyNetDeviceAttestationType |
AndroidManagedAppSafetyNetDeviceAttestationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AndroidManagedAppSafetyNetDeviceAttestationType[] |
AndroidManagedAppSafetyNetDeviceAttestationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.