Uses of Class
odata.msgraph.client.beta.enums.AndroidManagedAppSafetyNetDeviceAttestationType
-
Packages that use AndroidManagedAppSafetyNetDeviceAttestationType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of AndroidManagedAppSafetyNetDeviceAttestationType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as AndroidManagedAppSafetyNetDeviceAttestationType Modifier and Type Field Description protected AndroidManagedAppSafetyNetDeviceAttestationTypeAndroidManagedAppProtection. requiredAndroidSafetyNetDeviceAttestationTypeprotected AndroidManagedAppSafetyNetDeviceAttestationTypeDefaultManagedAppProtection. requiredAndroidSafetyNetDeviceAttestationTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type AndroidManagedAppSafetyNetDeviceAttestationType Modifier and Type Method 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.”Methods in odata.msgraph.client.beta.entity with parameters of type AndroidManagedAppSafetyNetDeviceAttestationType Modifier and Type Method Description AndroidManagedAppProtection.BuilderAndroidManagedAppProtection.Builder. requiredAndroidSafetyNetDeviceAttestationType(AndroidManagedAppSafetyNetDeviceAttestationType requiredAndroidSafetyNetDeviceAttestationType)“Defines the Android SafetyNet Device Attestation requirement for a managed app to work.”DefaultManagedAppProtection.BuilderDefaultManagedAppProtection.Builder. requiredAndroidSafetyNetDeviceAttestationType(AndroidManagedAppSafetyNetDeviceAttestationType requiredAndroidSafetyNetDeviceAttestationType)“Defines the Android SafetyNet Device Attestation requirement for a managed app to work.”AndroidManagedAppProtectionAndroidManagedAppProtection. withRequiredAndroidSafetyNetDeviceAttestationType(AndroidManagedAppSafetyNetDeviceAttestationType requiredAndroidSafetyNetDeviceAttestationType)Returns an immutable copy ofthiswith just therequiredAndroidSafetyNetDeviceAttestationTypefield changed.DefaultManagedAppProtectionDefaultManagedAppProtection. withRequiredAndroidSafetyNetDeviceAttestationType(AndroidManagedAppSafetyNetDeviceAttestationType requiredAndroidSafetyNetDeviceAttestationType)Returns an immutable copy ofthiswith just therequiredAndroidSafetyNetDeviceAttestationTypefield changed. -
Uses of AndroidManagedAppSafetyNetDeviceAttestationType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AndroidManagedAppSafetyNetDeviceAttestationType Modifier and Type Method Description static AndroidManagedAppSafetyNetDeviceAttestationTypeAndroidManagedAppSafetyNetDeviceAttestationType. 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.
-