Device Policy Args Builder
class DevicePolicyArgsBuilder
Builder for DevicePolicyArgs.
Functions
Link copied to clipboard
suspend fun allowedDeviceManagementLevels(value: Output<List<DevicePolicyAllowedDeviceManagementLevelsItem>>)
suspend fun allowedDeviceManagementLevels(vararg values: Output<DevicePolicyAllowedDeviceManagementLevelsItem>)
suspend fun allowedDeviceManagementLevels(vararg values: DevicePolicyAllowedDeviceManagementLevelsItem)
suspend fun allowedDeviceManagementLevels(values: List<Output<DevicePolicyAllowedDeviceManagementLevelsItem>>)
suspend fun allowedDeviceManagementLevels(value: List<DevicePolicyAllowedDeviceManagementLevelsItem>?)
Link copied to clipboard
suspend fun allowedEncryptionStatuses(value: Output<List<DevicePolicyAllowedEncryptionStatusesItem>>)
suspend fun allowedEncryptionStatuses(vararg values: Output<DevicePolicyAllowedEncryptionStatusesItem>)
suspend fun allowedEncryptionStatuses(values: List<Output<DevicePolicyAllowedEncryptionStatusesItem>>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard