GetAccessIdentityProviderResult

data class GetAccessIdentityProviderResult(val accountId: String? = null, val id: String, val name: String, val type: String, val zoneId: String? = null)

A collection of values returned by getAccessIdentityProvider.

Constructors

Link copied to clipboard
constructor(accountId: String? = null, id: String, name: String, type: String, zoneId: String? = null)

Types

Link copied to clipboard
object Companion

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
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Access Identity Provider name to search for.

Link copied to clipboard

Access Identity Provider Type.

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.