allowedEncryptionStatuses

@JvmName(name = "nqhtfliqanrgdajm")
suspend fun allowedEncryptionStatuses(value: Output<List<DevicePolicyAllowedEncryptionStatusesItem>>)
@JvmName(name = "jyxdecqpglnxdvob")
suspend fun allowedEncryptionStatuses(value: List<DevicePolicyAllowedEncryptionStatusesItem>?)

Parameters

value

Allowed encryptions statuses, an empty list allows all statuses.


@JvmName(name = "hwpajrvelglaiflu")
suspend fun allowedEncryptionStatuses(vararg values: Output<DevicePolicyAllowedEncryptionStatusesItem>)


@JvmName(name = "djafsccijjuyqrhd")
suspend fun allowedEncryptionStatuses(values: List<Output<DevicePolicyAllowedEncryptionStatusesItem>>)
@JvmName(name = "fuxlxxpwkncoorqm")
suspend fun allowedEncryptionStatuses(vararg values: DevicePolicyAllowedEncryptionStatusesItem)

Parameters

values

Allowed encryptions statuses, an empty list allows all statuses.