allowedEncryptionStatuses

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

Parameters

value

Allowed encryptions statuses, an empty list allows all statuses.


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


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

Parameters

values

Allowed encryptions statuses, an empty list allows all statuses.