RestRequestArgs

fun RestRequestArgs(authentication: Output<Either<ApiKeyAuthenticationArgs, RolloutIdentityAuthenticationArgs>>, method: Output<RestRequestMethod>, uri: Output<String>)