allowedEncryptionStatuses

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

Parameters

value

Allowed encryptions statuses, an empty list allows all statuses.


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


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

Parameters

values

Allowed encryptions statuses, an empty list allows all statuses.