allowedEncryptionStatuses

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

Parameters

value

Allowed encryptions statuses, an empty list allows all statuses.


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


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

Parameters

values

Allowed encryptions statuses, an empty list allows all statuses.