Uses of Class
odata.msgraph.client.beta.enums.DeviceGuardLocalSystemAuthorityCredentialGuardType
-
Packages that use DeviceGuardLocalSystemAuthorityCredentialGuardType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of DeviceGuardLocalSystemAuthorityCredentialGuardType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DeviceGuardLocalSystemAuthorityCredentialGuardType Modifier and Type Field Description protected DeviceGuardLocalSystemAuthorityCredentialGuardTypeWindows10EndpointProtectionConfiguration. deviceGuardLocalSystemAuthorityCredentialGuardSettingsMethods in odata.msgraph.client.beta.entity that return types with arguments of type DeviceGuardLocalSystemAuthorityCredentialGuardType Modifier and Type Method Description Optional<DeviceGuardLocalSystemAuthorityCredentialGuardType>Windows10EndpointProtectionConfiguration. getDeviceGuardLocalSystemAuthorityCredentialGuardSettings()“Turn on Credential Guard when Platform Security Level with Secure Boot and Virtualization Based Security are both enabled.”Methods in odata.msgraph.client.beta.entity with parameters of type DeviceGuardLocalSystemAuthorityCredentialGuardType Modifier and Type Method Description Windows10EndpointProtectionConfiguration.BuilderWindows10EndpointProtectionConfiguration.Builder. deviceGuardLocalSystemAuthorityCredentialGuardSettings(DeviceGuardLocalSystemAuthorityCredentialGuardType deviceGuardLocalSystemAuthorityCredentialGuardSettings)“Turn on Credential Guard when Platform Security Level with Secure Boot and Virtualization Based Security are both enabled.”Windows10EndpointProtectionConfigurationWindows10EndpointProtectionConfiguration. withDeviceGuardLocalSystemAuthorityCredentialGuardSettings(DeviceGuardLocalSystemAuthorityCredentialGuardType deviceGuardLocalSystemAuthorityCredentialGuardSettings)Returns an immutable copy ofthiswith just thedeviceGuardLocalSystemAuthorityCredentialGuardSettingsfield changed. -
Uses of DeviceGuardLocalSystemAuthorityCredentialGuardType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DeviceGuardLocalSystemAuthorityCredentialGuardType Modifier and Type Method Description static DeviceGuardLocalSystemAuthorityCredentialGuardTypeDeviceGuardLocalSystemAuthorityCredentialGuardType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceGuardLocalSystemAuthorityCredentialGuardType[]DeviceGuardLocalSystemAuthorityCredentialGuardType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-