SettingsAccessSettingsWorkforceIdentitySettingsArgs

data class SettingsAccessSettingsWorkforceIdentitySettingsArgs(val oauth2: Output<SettingsAccessSettingsWorkforceIdentitySettingsOauth2Args>? = null, val workforcePools: Output<String>? = null) : ConvertibleToJava<SettingsAccessSettingsWorkforceIdentitySettingsArgs>

Constructors

constructor(oauth2: Output<SettingsAccessSettingsWorkforceIdentitySettingsOauth2Args>? = null, workforcePools: Output<String>? = null)

Properties

Link copied to clipboard

OAuth 2.0 settings for IAP to perform OIDC flow with workforce identity federation services. Structure is documented below. The oauth2 block supports:

Link copied to clipboard
val workforcePools: Output<String>? = null

The workforce pool resources. Only one workforce pool is accepted.

Functions

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