GetAccessIdentityProviderPlainArgs

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

A collection of arguments for invoking getAccessIdentityProvider.

Constructors

Link copied to clipboard
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(): GetAccessIdentityProviderPlainArgs