credentials

@JvmName(name = "evgyvxnqsuktorhb")
suspend fun credentials(value: Output<List<DeviceCredentialArgs>>)
@JvmName(name = "jjpftpmrpiqacqny")
suspend fun credentials(value: List<DeviceCredentialArgs>?)

Parameters

value

The credentials used to authenticate this device. To allow credential rotation without interruption, multiple device credentials can be bound to this device. No more than 3 credentials can be bound to a single device at a time. When new credentials are added to a device, they are verified against the registry credentials. For details, see the description of the DeviceRegistry.credentials field.


@JvmName(name = "bscdmwhkbrcetrfg")
suspend fun credentials(vararg values: Output<DeviceCredentialArgs>)


@JvmName(name = "qmjdmfykdonsmgff")
suspend fun credentials(values: List<Output<DeviceCredentialArgs>>)
@JvmName(name = "rqdkyjmvrevwfuqd")
suspend fun credentials(vararg values: DeviceCredentialArgs)

Parameters

values

The credentials used to authenticate this device. To allow credential rotation without interruption, multiple device credentials can be bound to this device. No more than 3 credentials can be bound to a single device at a time. When new credentials are added to a device, they are verified against the registry credentials. For details, see the description of the DeviceRegistry.credentials field.


@JvmName(name = "bgtjxatiiqsimslt")
suspend fun credentials(argument: List<suspend DeviceCredentialArgsBuilder.() -> Unit>)
@JvmName(name = "qwghekwqieccbfxt")
suspend fun credentials(vararg argument: suspend DeviceCredentialArgsBuilder.() -> Unit)
@JvmName(name = "abxkhakhfqnyonjc")
suspend fun credentials(argument: suspend DeviceCredentialArgsBuilder.() -> Unit)

Parameters

argument

The credentials used to authenticate this device. To allow credential rotation without interruption, multiple device credentials can be bound to this device. No more than 3 credentials can be bound to a single device at a time. When new credentials are added to a device, they are verified against the registry credentials. For details, see the description of the DeviceRegistry.credentials field.