Workforce Pool Access Restrictions
data class WorkforcePoolAccessRestrictions(val allowedServices: List<WorkforcePoolAccessRestrictionsAllowedService>? = null, val disableProgrammaticSignin: Boolean? = null)
Constructors
Link copied to clipboard
constructor(allowedServices: List<WorkforcePoolAccessRestrictionsAllowedService>? = null, disableProgrammaticSignin: 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
Disable programmatic sign-in by disabling token issue via the Security Token API endpoint. See Security Token Service API.