allowedEncryptionStatuses

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

Parameters

value

Allowed encryptions statuses, an empty list allows all statuses.


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


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

Parameters

values

Allowed encryptions statuses, an empty list allows all statuses.