GetWorkloadIdentityPoolPlainArgs

data class GetWorkloadIdentityPoolPlainArgs(val project: String? = null, val workloadIdentityPoolId: String) : ConvertibleToJava<GetWorkloadIdentityPoolPlainArgs>

A collection of arguments for invoking getWorkloadIdentityPool.

Constructors

Link copied to clipboard
constructor(project: String? = null, workloadIdentityPoolId: String)

Properties

Link copied to clipboard
val project: String? = null

The project in which the resource belongs. If it is not provided, the provider project is used.

Link copied to clipboard

The id of the pool which is the final component of the resource name.

Functions

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