Get Zero Trust Access Identity Provider Plain Args
data class GetZeroTrustAccessIdentityProviderPlainArgs(val accountId: String? = null, val filter: GetZeroTrustAccessIdentityProviderFilter? = null, val identityProviderId: String? = null, val zoneId: String? = null) : ConvertibleToJava<GetZeroTrustAccessIdentityProviderPlainArgs>
A collection of arguments for invoking getZeroTrustAccessIdentityProvider.
Constructors
Link copied to clipboard
constructor(accountId: String? = null, filter: GetZeroTrustAccessIdentityProviderFilter? = null, identityProviderId: String? = null, zoneId: String? = null)