GetEnterpriseProxyAccessesPlainArgs

data class GetEnterpriseProxyAccessesPlainArgs(val enableDetails: Boolean? = null, val ids: List<String>? = null, val outputFile: String? = null, val proxyId: String) : ConvertibleToJava<GetEnterpriseProxyAccessesPlainArgs>

A collection of arguments for invoking getEnterpriseProxyAccesses.

Constructors

Link copied to clipboard
fun GetEnterpriseProxyAccessesPlainArgs(enableDetails: Boolean? = null, ids: List<String>? = null, outputFile: String? = null, proxyId: String)

Functions

Link copied to clipboard
open override fun toJava(): GetEnterpriseProxyAccessesPlainArgs

Properties

Link copied to clipboard
val enableDetails: Boolean? = null
Link copied to clipboard
val ids: List<String>? = null

A list of Proxy Access IDs.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard

The ID of the security agent.