GetWorkloadIdentityPoolProviderPlainArgs

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

A collection of arguments for invoking getWorkloadIdentityPoolProvider.

Constructors

Link copied to clipboard
constructor(project: String? = null, workloadIdentityPoolId: String, workloadIdentityPoolProviderId: 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 pool resource name.

Link copied to clipboard

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

Functions

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