GetZeroTrustAccessIdentityProviderPlainArgs

data class GetZeroTrustAccessIdentityProviderPlainArgs(val accountId: String? = null, val name: String, val zoneId: String? = null) : ConvertibleToJava<GetZeroTrustAccessIdentityProviderPlainArgs>

A collection of arguments for invoking getZeroTrustAccessIdentityProvider.

Constructors

constructor(accountId: String? = null, name: String, zoneId: String? = null)

Properties

Link copied to clipboard
val accountId: String? = null

The account identifier to target for the resource. Must provide only one of zone_id, account_id.

Link copied to clipboard

Access Identity Provider name to search for.

Link copied to clipboard
val zoneId: String? = null

The zone identifier to target for the resource. Must provide only one of zone_id, account_id.

Functions

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