applications

@JvmName(name = "fnwistqjbljmtusf")
suspend fun applications(value: Output<List<SecurityProfileApplicationArgs>>)
@JvmName(name = "eynppsjdnudttmin")
suspend fun applications(value: List<SecurityProfileApplicationArgs>?)

Parameters

value

A list of third-party applications that the security profile will give access to.


@JvmName(name = "qubivbphmdhfcxwx")
suspend fun applications(vararg values: Output<SecurityProfileApplicationArgs>)


@JvmName(name = "mqbhuqwtdiyygcga")
suspend fun applications(values: List<Output<SecurityProfileApplicationArgs>>)
@JvmName(name = "pyjdugetlwgnvkdo")
suspend fun applications(vararg values: SecurityProfileApplicationArgs)

Parameters

values

A list of third-party applications that the security profile will give access to.


@JvmName(name = "ckgpvkmtwhxegsgn")
suspend fun applications(argument: List<suspend SecurityProfileApplicationArgsBuilder.() -> Unit>)
@JvmName(name = "hhsvhoxeahagroth")
suspend fun applications(vararg argument: suspend SecurityProfileApplicationArgsBuilder.() -> Unit)
@JvmName(name = "pbpvfxolulclpmmo")
suspend fun applications(argument: suspend SecurityProfileApplicationArgsBuilder.() -> Unit)

Parameters

argument

A list of third-party applications that the security profile will give access to.