GetUserPoolRiskConfigurationAttachmentPlainArgs

data class GetUserPoolRiskConfigurationAttachmentPlainArgs(val clientId: String, val userPoolId: String) : ConvertibleToJava<GetUserPoolRiskConfigurationAttachmentPlainArgs>

Constructors

constructor(clientId: String, userPoolId: String)

Properties

Link copied to clipboard

The app client ID. You can specify the risk configuration for a single client (with a specific ClientId) or for all clients (by setting the ClientId to ALL ).

Link copied to clipboard

The ID of the user pool that has the risk configuration applied.

Functions

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