GetAuthorizerPlainArgs

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

A collection of arguments for invoking getAuthorizer.

Constructors

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

Properties

Link copied to clipboard

Authorizer identifier.

Link copied to clipboard

ID of the associated REST API.

Functions

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