GetAuthorizerPlainArgs

data class GetAuthorizerPlainArgs(val authorizerId: String, val restApiId: String) : ConvertibleToJava<GetAuthorizerPlainArgs>

Constructors

Link copied to clipboard
constructor(authorizerId: String, restApiId: String)

Properties

Link copied to clipboard

The ID for the authorizer. For example: abc123 .

Link copied to clipboard

The string identifier of the associated RestApi.

Functions

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