WorkforcePoolAccessRestrictionsArgs

data class WorkforcePoolAccessRestrictionsArgs(val allowedServices: Output<List<WorkforcePoolAccessRestrictionsAllowedServiceArgs>>? = null, val disableProgrammaticSignin: Output<Boolean>? = null) : ConvertibleToJava<WorkforcePoolAccessRestrictionsArgs>

Constructors

Link copied to clipboard
constructor(allowedServices: Output<List<WorkforcePoolAccessRestrictionsAllowedServiceArgs>>? = null, disableProgrammaticSignin: Output<Boolean>? = null)

Properties

Link copied to clipboard

Services allowed for web sign-in with the workforce pool. If not set by default there are no restrictions. Structure is documented below.

Link copied to clipboard
val disableProgrammaticSignin: Output<Boolean>? = null

Disable programmatic sign-in by disabling token issue via the Security Token API endpoint. See Security Token Service API.

Functions

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