credentials

@JvmName(name = "dvsjgyrhkdnafhvx")
suspend fun credentials(value: Output<List<DeviceCredentialArgs>>)
@JvmName(name = "eulsfqmvyfkxfebt")
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 = "uxhapypjfsvwpjhp")
suspend fun credentials(vararg values: Output<DeviceCredentialArgs>)


@JvmName(name = "mmidafpiaklwvedt")
suspend fun credentials(values: List<Output<DeviceCredentialArgs>>)
@JvmName(name = "tnkvlhllqodrdoyk")
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 = "mnlnfxprfwccgjii")
suspend fun credentials(argument: List<suspend DeviceCredentialArgsBuilder.() -> Unit>)
@JvmName(name = "yfhsqvgayeukpjil")
suspend fun credentials(vararg argument: suspend DeviceCredentialArgsBuilder.() -> Unit)
@JvmName(name = "xlpvdvuwfgppdmnh")
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.